Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190670
b: refs/heads/master
c: de925d9
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed May 6, 2010
1 parent 391894b commit 6f612bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c17e1a1cedb723d48d4822cae1af1c010b608b5c
refs/heads/master: de925d9d3b64390ef6363e16e9d6a84d7dd7cee1
3 changes: 3 additions & 0 deletions trunk/arch/microblaze/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@

#ifndef __ASSEMBLY__

/* MS be sure that SLAB allocates aligned objects */
#define ARCH_KMALLOC_MINALIGN L1_CACHE_BYTES

#define PAGE_UP(addr) (((addr)+((PAGE_SIZE)-1))&(~((PAGE_SIZE)-1)))
#define PAGE_DOWN(addr) ((addr)&(~((PAGE_SIZE)-1)))

Expand Down

0 comments on commit 6f612bc

Please sign in to comment.