Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/hpcarm Use paddr_t for msgbufphys
details: https://anonhg.NetBSD.org/src/rev/68c684cdcd51
branches: trunk
changeset: 332278:68c684cdcd51
user: matt <matt%NetBSD.org@localhost>
date: Sat Sep 13 18:09:50 2014 +0000
description:
Use paddr_t for msgbufphys
diffstat:
sys/arch/hpcarm/hpcarm/hpc_machdep.c | 6 +++---
sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c | 6 +++---
sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r 238f2999d627 -r 68c684cdcd51 sys/arch/hpcarm/hpcarm/hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/hpc_machdep.c Sat Sep 13 18:08:38 2014 +0000
+++ b/sys/arch/hpcarm/hpcarm/hpc_machdep.c Sat Sep 13 18:09:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hpc_machdep.c,v 1.103 2014/03/02 13:27:38 joerg Exp $ */
+/* $NetBSD: hpc_machdep.c,v 1.104 2014/09/13 18:09:50 matt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpc_machdep.c,v 1.103 2014/03/02 13:27:38 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpc_machdep.c,v 1.104 2014/09/13 18:09:50 matt Exp $");
#include "opt_cputypes.h"
#include "opt_kloader.h"
@@ -92,7 +92,7 @@
char *boot_args = NULL;
char boot_file[16];
-vaddr_t msgbufphys;
+paddr_t msgbufphys;
/* Prototypes */
void dumpsys(void);
diff -r 238f2999d627 -r 68c684cdcd51 sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c Sat Sep 13 18:08:38 2014 +0000
+++ b/sys/arch/hpcarm/hpcarm/pxa2x0_hpc_machdep.c Sat Sep 13 18:09:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.21 2014/03/11 04:17:36 ozaki-r Exp $ */
+/* $NetBSD: pxa2x0_hpc_machdep.c,v 1.22 2014/09/13 18:09:50 matt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.21 2014/03/11 04:17:36 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_hpc_machdep.c,v 1.22 2014/09/13 18:09:50 matt Exp $");
#include "opt_ddb.h"
#include "opt_dram_pages.h"
@@ -113,7 +113,7 @@
extern paddr_t physical_freeend;
extern paddr_t physical_end;
-extern vaddr_t msgbufphys;
+extern paddr_t msgbufphys;
extern int end;
diff -r 238f2999d627 -r 68c684cdcd51 sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c
--- a/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c Sat Sep 13 18:08:38 2014 +0000
+++ b/sys/arch/hpcarm/hpcarm/sa11x0_hpc_machdep.c Sat Sep 13 18:09:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sa11x0_hpc_machdep.c,v 1.9 2014/03/10 14:51:15 skrll Exp $ */
+/* $NetBSD: sa11x0_hpc_machdep.c,v 1.10 2014/09/13 18:09:50 matt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sa11x0_hpc_machdep.c,v 1.9 2014/03/10 14:51:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sa11x0_hpc_machdep.c,v 1.10 2014/09/13 18:09:50 matt Exp $");
#include "opt_ddb.h"
#include "opt_dram_pages.h"
@@ -105,7 +105,7 @@
extern paddr_t physical_freeend;
extern paddr_t physical_end;
-extern vaddr_t msgbufphys;
+extern paddr_t msgbufphys;
extern int end;
Home |
Main Index |
Thread Index |
Old Index