init.c (b234e8a09003af108d3573f0369e25c080676b14) init.c (0483e1fa6e09d4948272680f691dccb1edb9677f)
1#include <linux/gfp.h>
2#include <linux/initrd.h>
3#include <linux/ioport.h>
4#include <linux/swap.h>
5#include <linux/memblock.h>
6#include <linux/bootmem.h> /* for max_low_pfn */
7
8#include <asm/cacheflush.h>
9#include <asm/e820.h>
10#include <asm/init.h>
11#include <asm/page.h>
12#include <asm/page_types.h>
13#include <asm/sections.h>
14#include <asm/setup.h>
15#include <asm/tlbflush.h>
16#include <asm/tlb.h>
17#include <asm/proto.h>
18#include <asm/dma.h> /* for MAX_DMA_PFN */
19#include <asm/microcode.h>
1#include <linux/gfp.h>
2#include <linux/initrd.h>
3#include <linux/ioport.h>
4#include <linux/swap.h>
5#include <linux/memblock.h>
6#include <linux/bootmem.h> /* for max_low_pfn */
7
8#include <asm/cacheflush.h>
9#include <asm/e820.h>
10#include <asm/init.h>
11#include <asm/page.h>
12#include <asm/page_types.h>
13#include <asm/sections.h>
14#include <asm/setup.h>
15#include <asm/tlbflush.h>
16#include <asm/tlb.h>
17#include <asm/proto.h>
18#include <asm/dma.h> /* for MAX_DMA_PFN */
19#include <asm/microcode.h>
20#include <asm/kaslr.h>
20
21/*
22 * We need to define the tracepoints somewhere, and tlb.c
23 * is only compied when SMP=y.
24 */
25#define CREATE_TRACE_POINTS
26#include <trace/events/tlb.h>
27

--- 730 unchanged lines hidden ---
21
22/*
23 * We need to define the tracepoints somewhere, and tlb.c
24 * is only compied when SMP=y.
25 */
26#define CREATE_TRACE_POINTS
27#include <trace/events/tlb.h>
28

--- 730 unchanged lines hidden ---