File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ KBUILD_DEFCONFIG := mmu_defconfig
33
44UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
55
6- # What CPU vesion are we building for, and crack it open
6+ # What CPU version are we building for, and crack it open
77# as major.minor.rev
88CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER ) )
99CPU_MAJOR := $(shell echo $(CPU_VER ) | cut -d '.' -f 1)
Original file line number Diff line number Diff line change 3535
3636#define ARCH_SLAB_MINALIGN L1_CACHE_BYTES
3737
38- #define PAGE_UP (addr ) (((addr)+((PAGE_SIZE)-1))&(~((PAGE_SIZE)-1)))
39- #define PAGE_DOWN (addr ) ((addr)&(~((PAGE_SIZE)-1)))
40-
4138/*
4239 * PAGE_OFFSET -- the first address of the first page of memory. With MMU
4340 * it is set to the kernel start address (aligned on a page boundary).
You can’t perform that action at this time.
0 commit comments