Skip to content

Commit f4cc74c

Browse files
committed
Merge tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze updates from Michal Simek: - Remove unused PAGE_UP/DOWN macros - Fix trivial spelling mistake * tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblaze: arch: microblaze: Fix spelling mistake "vesion" -> "version" microblaze: Cleanup unused functions
2 parents 9218313 + 14a8324 commit f4cc74c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

arch/microblaze/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ KBUILD_DEFCONFIG := mmu_defconfig
33

44
UTS_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
88
CPU_VER := $(shell echo $(CONFIG_XILINX_MICROBLAZE0_HW_VER))
99
CPU_MAJOR := $(shell echo $(CPU_VER) | cut -d '.' -f 1)

arch/microblaze/include/asm/page.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@
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).

0 commit comments

Comments
 (0)