Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 3863 → Rev 3864

/branches/sparc/kernel/arch/sparc64/src/sun4v/md.c
41,7 → 41,7
#include <arch/mm/page.h>
 
/* maximum MD size estimate (in bytes) */
#define MD_MAX_SIZE (16 * 1024)
#define MD_MAX_SIZE (64 * 1024)
 
/** element types (element tag values) */
#define LIST_END 0x0 /**< End of element list */
279,6 → 279,7
{
uint64_t retval = __hypercall_fast2(MACH_DESC, KA2PA(mach_desc),
MD_MAX_SIZE);
 
retval = retval;
if (retval != EOK) {
printf("Could not retrieve machine description, error = %d.\n",