Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165951
b: refs/heads/master
c: a125397
h: refs/heads/master
i:
  165949: 78f6f93
  165947: 7157f43
  165943: d7b82a8
  165935: a8c0295
  165919: 4ed2904
  165887: 0599574
v: v3
  • Loading branch information
John Williams authored and Michal Simek committed Sep 22, 2009
1 parent 6c5cc35 commit f681805
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: 19086765140e979d955b536f87e755af43f3fdf5
refs/heads/master: a1253977dff4a033d61a7a96608f5a0bbb36dbf6
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 @@ -17,6 +17,7 @@

#include <linux/pfn.h>
#include <asm/setup.h>
#include <asm/asm-compat.h>
#include <linux/const.h>

#ifdef __KERNEL__
Expand All @@ -26,6 +27,8 @@
#define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))

#define LOAD_OFFSET ASM_CONST((CONFIG_KERNEL_START-CONFIG_KERNEL_BASE_ADDR))

#ifndef __ASSEMBLY__

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

0 comments on commit f681805

Please sign in to comment.