Module Name: src
Committed By: macallan
Date: Mon May 13 00:21:56 UTC 2013
Modified Files:
src/sys/arch/macppc/include: powerpc.h
Log Message:
get rid of mem_region.start_hi - if we can deal with 64bit addresses then
paddr_t is already 64bit anyway
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/macppc/include/powerpc.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/include/powerpc.h
diff -u src/sys/arch/macppc/include/powerpc.h:1.7 src/sys/arch/macppc/include/powerpc.h:1.8
--- src/sys/arch/macppc/include/powerpc.h:1.7 Sat Mar 14 14:46:02 2009
+++ src/sys/arch/macppc/include/powerpc.h Mon May 13 00:21:56 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: powerpc.h,v 1.7 2009/03/14 14:46:02 dsl Exp $ */
+/* $NetBSD: powerpc.h,v 1.8 2013/05/13 00:21:56 macallan Exp $ */
/*
* Copyright (C) 1996 Wolfgang Solfrank.
@@ -34,9 +34,6 @@
#define _MACHINE_POWERPC_H_
struct mem_region {
-#if defined (PMAC_G5)
- paddr_t start_hi;
-#endif
paddr_t start;
psize_t size;
}__attribute__((packed));