/* * Generate definitions needed by the preprocessor. * This code generates raw asm output which is post-processed * to extract and format the required data. */ #define __GENERATING_BOUNDS_H /* Include headers that define the enum constants of interest */ #include #include #include #include #include void foo(void) { /* The enum constants to put into include/generated/bounds.h */ DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS); DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES); #ifdef CONFIG_SMP DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS)); #endif DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t)); /* End of constants */ } ='logo' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Gross <andy.gross@linaro.org>2016-04-01 15:02:06 -0500
committerAndy Gross <andy.gross@linaro.org>2016-04-02 21:27:36 -0500
commit10c0f0e92f019ab8d0c17da3696e35b0eef4ec16 (patch)
tree20f3d87cd176556993f9d0f8fec87278e0ad9d42 /Documentation/irqflags-tracing.txt
parent338d51889851cb2ac900d2ec75c8185afcde8caf (diff)
Revert "dts: msm8974: Add dma channels for blsp2_i2c1 node"
Revert this commit to fix regressions on non-dragonboard MSM8974 boards. This will be put back in after the correct fixes to the bam driver are accepted that allow remote processor control of the main control registers. This reverts commit 0a5d0f85bba61d8643d78869c7c4214d6c2a7ce6. Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'Documentation/irqflags-tracing.txt')