aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-18 10:58:26 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:21 -0500
commit82de378caad24b066ce8f9d9743c8fa96ad01f82 (patch)
tree0e60e7e6c15ad1d333c42273d3454fcf2bee6a01 /arch
parente33b0451e983734b20f423f3fd68016c34d5724d (diff)
MIPS: Nuke trailing whitespace.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/mips/include/asm/pgtable-bits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/pgtable-bits.h b/arch/mips/include/asm/pgtable-bits.h
index f6a0439a4085..5a7ccc2473f8 100644
--- a/arch/mips/include/asm/pgtable-bits.h
+++ b/arch/mips/include/asm/pgtable-bits.h
@@ -52,7 +52,7 @@
52 * The following bits are implemented in software 52 * The following bits are implemented in software
53 * 53 *
54 * _PAGE_FILE semantics: set:pagecache unset:swap 54 * _PAGE_FILE semantics: set:pagecache unset:swap
55 */ 55 */
56#define _PAGE_PRESENT_SHIFT 6 56#define _PAGE_PRESENT_SHIFT 6
57#define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT) 57#define _PAGE_PRESENT (1 << _PAGE_PRESENT_SHIFT)
58#define _PAGE_READ_SHIFT 7 58#define _PAGE_READ_SHIFT 7