Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/include get rid of mem_region.start_hi - if ...
details: https://anonhg.NetBSD.org/src/rev/382400532939
branches: trunk
changeset: 786810:382400532939
user: macallan <macallan%NetBSD.org@localhost>
date: Mon May 13 00:21:56 2013 +0000
description:
get rid of mem_region.start_hi - if we can deal with 64bit addresses then
paddr_t is already 64bit anyway
diffstat:
sys/arch/macppc/include/powerpc.h | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (19 lines):
diff -r 00124bd912fb -r 382400532939 sys/arch/macppc/include/powerpc.h
--- a/sys/arch/macppc/include/powerpc.h Mon May 13 00:12:01 2013 +0000
+++ b/sys/arch/macppc/include/powerpc.h Mon May 13 00:21:56 2013 +0000
@@ -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));
Home |
Main Index |
Thread Index |
Old Index