Skip to content

Commit 695efef

Browse files
guoren83Michal Simek
authored andcommitted
microblaze: Cleanup unused functions
These functions haven't been used, so just remove them. The patch just uses grep to verify. Signed-off-by: Guo Ren <[email protected]> Reviewed-by: Anup Patel <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Palmer Dabbelt <[email protected]> Cc: Arnd Bergmann <[email protected]> Cc: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Michal Simek <[email protected]>
1 parent 6efb943 commit 695efef

File tree

1 file changed

+0
-3
lines changed
  • arch/microblaze/include/asm

1 file changed

+0
-3
lines changed

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)