Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2015 22:34:04 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276588 - head/sys/powerpc/ofw
Message-ID:  <201501022234.t02MY4RI097350@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501022234.t02MY4RI097350>