Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3606 → Rev 3607

/branches/sparc/boot/genarch/balloc.h
31,15 → 31,6
 
#include <types.h>
 
/*
* SmartFirmware unfortunatelly fails to claim physical memory
* for the boot allocator if the requested memory is too big
* (roughly 512 kB and more). SmartFirmware runs on machines
* containing newer versions of UltraSPARC processors. It
* has been observed that the OFW tree is small enough for these
* machines so that it can fit into 128 kB. This is a workaround how
* to get rid of the memory claiming failure.
*/
#define BALLOC_MAX_SIZE (128 * 1024)
 
typedef struct {