Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/include/arm32 Whitespace
details: https://anonhg.NetBSD.org/src/rev/345284271f47
branches: trunk
changeset: 333557:345284271f47
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Nov 08 17:18:22 2014 +0000
description:
Whitespace
diffstat:
sys/arch/arm/include/arm32/pmap.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 15f6b7fc177c -r 345284271f47 sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Sat Nov 08 17:09:38 2014 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Sat Nov 08 17:18:22 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.136 2014/10/29 14:14:14 skrll Exp $ */
+/* $NetBSD: pmap.h,v 1.137 2014/11/08 17:18:22 skrll Exp $ */
/*
* Copyright (c) 2002, 2003 Wasabi Systems, Inc.
@@ -345,9 +345,9 @@
#define pmap_phys_address(ppn) (arm_ptob((ppn)))
u_int arm32_mmap_flags(paddr_t);
-#define ARM32_MMAP_WRITECOMBINE 0x40000000
+#define ARM32_MMAP_WRITECOMBINE 0x40000000
#define ARM32_MMAP_CACHEABLE 0x20000000
-#define pmap_mmap_flags(ppn) arm32_mmap_flags(ppn)
+#define pmap_mmap_flags(ppn) arm32_mmap_flags(ppn)
#define PMAP_PTE 0x10000000 /* kenter_pa */
Home |
Main Index |
Thread Index |
Old Index