Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35466
b: refs/heads/master
c: 5daf303
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Sep 21, 2006
1 parent a6987fa commit aefed79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 09087a1a8722fac30b1969a4a542cde064af13f8
refs/heads/master: 5daf3033aa4fc5ec0535816d8a8e94874160482e
7 changes: 3 additions & 4 deletions trunk/include/asm-m68knommu/page.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#ifndef _M68KNOMMU_PAGE_H
#define _M68KNOMMU_PAGE_H

#ifdef __KERNEL__

/* PAGE_SHIFT determines the page size */

#define PAGE_SHIFT (12)
#define PAGE_SIZE (1UL << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))

#ifdef __KERNEL__

#include <asm/setup.h>

#ifndef __ASSEMBLY__
Expand Down Expand Up @@ -76,8 +75,8 @@ extern unsigned long memory_end;

#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */

#include <asm-generic/page.h>

#endif /* __KERNEL__ */

#endif /* _M68KNOMMU_PAGE_H */

0 comments on commit aefed79

Please sign in to comment.