a heuristics is something different
authorStefan Reinauer <stepan@coresystems.de>
Fri, 1 Aug 2008 13:08:33 +0000 (13:08 +0000)
committerStefan Reinauer <stepan@openbios.org>
Fri, 1 Aug 2008 13:08:33 +0000 (13:08 +0000)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3460 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/devices/device.c

index bcdfa231b0b6a30b8a6206f955a522d22c7f6a91..e6fc99463da3d6245587c822e0cc616ef2f609e5 100644 (file)
@@ -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;