diff options
author | Peter Zijlstra <peterz@infradead.org> | 2020-08-06 14:36:20 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-08-06 16:13:13 +0200 |
commit | b3545192e2b4647234254c5122f8cbfddbcbdaa0 (patch) | |
tree | 734659cd75af8ea8418c9d5f978c6622b478ebc6 /arch/parisc/include | |
parent | 13c01139b17163c9b2aa543a9c39f8bbc875b625 (diff) | |
download | linux-b3545192e2b4647234254c5122f8cbfddbcbdaa0.tar.gz linux-b3545192e2b4647234254c5122f8cbfddbcbdaa0.tar.bz2 linux-b3545192e2b4647234254c5122f8cbfddbcbdaa0.zip |
locking, arch/ia64: Reduce <asm/smp.h> header dependencies by moving XTP bits into the new <asm/xtp.h> header
We want to remove the #include <asm/io.h> from <asm/smp.h>, but for this
we have to move the XTP bits into a separate header first (as these bits
rely on <asm/io.h> definitions), and include them in the .c files that rely
on those APIs.
Co-developed-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/timex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/timex.h b/arch/parisc/include/asm/timex.h index 45537cd4d1d3..06b510f8172e 100644 --- a/arch/parisc/include/asm/timex.h +++ b/arch/parisc/include/asm/timex.h @@ -7,6 +7,7 @@ #ifndef _ASMPARISC_TIMEX_H #define _ASMPARISC_TIMEX_H +#include <asm/special_insns.h> #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */ |