[openfirmware] [commit] r2313 - ofw/core

repository service svn at openfirmware.info
Mon Jun 27 18:54:07 CEST 2011


Author: wmb
Date: Mon Jun 27 18:54:07 2011
New Revision: 2313
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2313

Log:
Remove redundant bits/cell definition in allocph1.fth; the definition is now deeper in the core code.

Modified:
   ofw/core/allocph1.fth

Modified: ofw/core/allocph1.fth
==============================================================================
--- ofw/core/allocph1.fth	Mon Jun 27 18:52:36 2011	(r2312)
+++ ofw/core/allocph1.fth	Mon Jun 27 18:54:07 2011	(r2313)
@@ -74,9 +74,6 @@
 
 list: physavail   0 physavail !
 
-headerless
-/n 8 * constant bits/cell
-
 headers
 : first-phys-avail  ( -- phys size )
    physavail last-node node-range  ( phys size )



More information about the openfirmware mailing list