diff options
author | Stafford Horne <[email protected]> | 2017-07-08 04:56:58 +0900 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-07-08 11:01:11 +0200 |
commit | 5671360f29c68d9079914438f6a0109ef62f82a8 (patch) | |
tree | 1772ecaac170fe59ea390b2054c3ca0673830a6a /scripts/gdb | |
parent | a0c4acd2c220376b4e9690e75782d0c0afdaab9f (diff) |
locking/qspinlock: Explicitly include asm/prefetch.h
In architectures that use qspinlock, like x86, prefetch is loaded
indirectly via the asm/qspinlock.h include. On other architectures, like
OpenRISC, which may want to use asm-generic/qspinlock.h the built will
fail without the asm/prefetch.h include.
Fix this by including directly.
Signed-off-by: Stafford Horne <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions