Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1635462 > unrolled thread

Re: [PATCH 2/3] asm-generic: don't #include <linux/atomic.h> in qspinlock_types.h

Started byArnd Bergmann <arnd@arndb.de>
First post2017-05-04 10:10 +0200
Last post2017-05-04 10:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 2/3] asm-generic: don't #include <linux/atomic.h> in qspinlock_types.h Arnd Bergmann <arnd@arndb.de> - 2017-05-04 10:10 +0200

#1635462 — Re: [PATCH 2/3] asm-generic: don't #include <linux/atomic.h> in qspinlock_types.h

FromArnd Bergmann <arnd@arndb.de>
Date2017-05-04 10:10 +0200
SubjectRe: [PATCH 2/3] asm-generic: don't #include <linux/atomic.h> in qspinlock_types.h
Message-ID<tDjZL-MX-3@gated-at.bofh.it>
On Wed, May 3, 2017 at 4:51 PM, Yury Norov <ynorov@caviumnetworks.com> wrote:
> The "qspinlock_types.h" doesn't need linux/atomic.h directly. So
> because of this, and because including of it requires the protection
> against recursive inclusion, it looks reasonable to move the
> inclusion exactly where it is needed. This change affects the x86_64
> arch, as the only user of qspinlocks at now. I have build-tested the
> change on x86_64 with CONFIG_PARAVIRT enabled and disabled.
>
> Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>

Acked-by: Arnd Bergmann <arnd@arndb.de>

Please keep this together with the other patches as they get merged through
the arm64 tree.

       Arnd

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web