We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efb943 commit 695efefCopy full SHA for 695efef
arch/microblaze/include/asm/page.h
@@ -35,9 +35,6 @@
35
36
#define ARCH_SLAB_MINALIGN L1_CACHE_BYTES
37
38
-#define PAGE_UP(addr) (((addr)+((PAGE_SIZE)-1))&(~((PAGE_SIZE)-1)))
39
-#define PAGE_DOWN(addr) ((addr)&(~((PAGE_SIZE)-1)))
40
-
41
/*
42
* PAGE_OFFSET -- the first address of the first page of memory. With MMU
43
* it is set to the kernel start address (aligned on a page boundary).
0 commit comments