Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3478 → Rev 3479

/branches/sparc/boot/genarch/balloc.h
40,11 → 40,7
* machines so that it can fit into 128 kB. This is a workaround how
* to get rid of the memory claiming failure.
*/
#if defined (SMART_FIRMWARE)
#define BALLOC_MAX_SIZE (128 * 1024)
#else
#define BALLOC_MAX_SIZE (1024 * 1024)
#endif
#define BALLOC_MAX_SIZE (128 * 1024)
 
typedef struct {
uintptr_t base;