Use paddr_t for msgbufphys

This commit is contained in:
matt 2014-09-13 18:09:50 +00:00
parent d3d059aa5f
commit 079445e70f
3 changed files with 9 additions and 9 deletions

View File

@ -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 @@ int max_processes = 64; /* Default number */
char *boot_args = NULL;
char boot_file[16];
vaddr_t msgbufphys;
paddr_t msgbufphys;
/* Prototypes */
void dumpsys(void);

View File

@ -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_freestart;
extern paddr_t physical_freeend;
extern paddr_t physical_end;
extern vaddr_t msgbufphys;
extern paddr_t msgbufphys;
extern int end;

View File

@ -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_freestart;
extern paddr_t physical_freeend;
extern paddr_t physical_end;
extern vaddr_t msgbufphys;
extern paddr_t msgbufphys;
extern int end;