Subversion Repositories HelenOS

Compare Revisions

Regard whitespace Rev 1887 → Rev 1888

/trunk/kernel/arch/ia64/include/pal/pal.h
32,8 → 32,8
/** @file
*/
 
#ifndef __ia64_PAL_H__
#define __ia64_PAL_H__
#ifndef KERN_ia64_PAL_H_
#define KERN_ia64_PAL_H_
 
#define PAL_OK 0 /**< Call completed without error. */
#define PAL_UNIMPL -1 /**< Unimplemented procedure. */
95,7 → 95,7
#define PAL_PMI_ENTRYPOINT 32
 
/*
Ski PTCE data
* Ski PTCE data
*/
#define PAL_PTCE_INFO_BASE() (0x100000000LL)
#define PAL_PTCE_INFO_COUNT1() (2)
103,9 → 103,7
#define PAL_PTCE_INFO_STRIDE1() (0x10000000)
#define PAL_PTCE_INFO_STRIDE2() (0x2000)
 
 
#endif
 
/** @}
*/