From: Stefan Reinauer Date: Fri, 1 Aug 2008 13:08:33 +0000 (+0000) Subject: a heuristics is something different X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=11a2014f49d4161de975145109bb18b5bc890472;p=coreboot.git a heuristics is something different Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/devices/device.c b/src/devices/device.c index bcdfa231b..e6fc99463 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -325,7 +325,7 @@ void compute_allocate_resource( if (bridge->limit > resource->limit) { bridge->limit = resource->limit; } -#warning This heuristics should be replaced by real devices with fixed resources. +#warning This heuristic should be replaced by real devices with fixed resources. /* Artificially deny limits between DEVICE_MEM_HIGH and 0xffffffff */ if ((bridge->limit > DEVICE_MEM_HIGH) && (bridge->limit <= 0xffffffff)) { bridge->limit = DEVICE_MEM_HIGH;