a heuristics is something different
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
This commit is contained in:
parent
75f519ca86
commit
11a2014f49
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue