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
3
3
4
4
UTS_SYSNAME = -DUTS_SYSNAME=\"Linux\"
5
5
6
- # What CPU vesion are we building for, and crack it open
6
+ # What CPU version are we building for, and crack it open
7
7
# as major.minor.rev
8
8
CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER ) )
9
9
CPU_MAJOR := $(shell echo $(CPU_VER ) | cut -d '.' -f 1)
Original file line number Diff line number Diff line change 35
35
36
36
#define ARCH_SLAB_MINALIGN L1_CACHE_BYTES
37
37
38
- #define PAGE_UP (addr ) (((addr)+((PAGE_SIZE)-1))&(~((PAGE_SIZE)-1)))
39
- #define PAGE_DOWN (addr ) ((addr)&(~((PAGE_SIZE)-1)))
40
-
41
38
/*
42
39
* PAGE_OFFSET -- the first address of the first page of memory. With MMU
43
40
* 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