svn commit: r276588 - head/sys/powerpc/ofw

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Jan 2 22:34:04 UTC 2015


Author: nwhitehorn
Date: Fri Jan  2 22:34:03 2015
New Revision: 276588
URL: https://svnweb.freebsd.org/changeset/base/276588

Log:
  Remove last vestige of Apple-specific memory parsing removed in r258807.

Modified:
  head/sys/powerpc/ofw/ofw_machdep.c

Modified: head/sys/powerpc/ofw/ofw_machdep.c
==============================================================================
--- head/sys/powerpc/ofw/ofw_machdep.c	Fri Jan  2 22:26:54 2015	(r276587)
+++ head/sys/powerpc/ofw/ofw_machdep.c	Fri Jan  2 22:34:03 2015	(r276588)
@@ -141,11 +141,9 @@ parse_ofw_memory(phandle_t node, const c
 	cell_t address_cells, size_cells;
 	cell_t OFmem[4 * PHYS_AVAIL_SZ];
 	int sz, i, j;
-	int apple_hack_mode;
 	phandle_t phandle;
 
 	sz = 0;
-	apple_hack_mode = 0;
 
 	/*
 	 * Get #address-cells from root node, defaulting to 1 if it cannot


More information about the svn-src-all mailing list