Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162666
b: refs/heads/master
c: 2985709
h: refs/heads/master
v: v3
  • Loading branch information
Tim Abbott authored and Greg Ungerer committed Sep 15, 2009
1 parent 6ae727b commit 1b3e702
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 2756730b798e4f1f8343cf034c33cc730ae3a5d4
refs/heads/master: 2985709d7f3078c7609ae7f16affc0fb478d7d7a
4 changes: 3 additions & 1 deletion trunk/arch/m68k/include/asm/page_no.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#ifndef _M68KNOMMU_PAGE_H
#define _M68KNOMMU_PAGE_H

#include <linux/const.h>

/* PAGE_SHIFT determines the page size */

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

#include <asm/setup.h>
Expand Down

0 comments on commit 1b3e702

Please sign in to comment.