Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35467
b: refs/heads/master
c: 0000f0b
h: refs/heads/master
i:
  35465: a6987fa
  35463: 9f616f7
v: v3
  • Loading branch information
David Woodhouse committed Sep 21, 2006
1 parent aefed79 commit b72f6ba
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: 5daf3033aa4fc5ec0535816d8a8e94874160482e
refs/heads/master: 0000f0b1bc9aa340356a8dcdb9e8b1dbbaf0afcb
7 changes: 3 additions & 4 deletions trunk/include/asm-h8300/page.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#ifndef _H8300_PAGE_H
#define _H8300_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,9 +75,9 @@ extern unsigned long memory_end;

#endif /* __ASSEMBLY__ */

#endif /* __KERNEL__ */

#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>

#endif /* __KERNEL__ */

#endif /* _H8300_PAGE_H */

0 comments on commit b72f6ba

Please sign in to comment.