Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1853 → Rev 1854

/trunk/kernel/arch/sparc64/include/arch.h
29,7 → 29,9
/** @addtogroup sparc64
* @{
*/
/** @file
/**
* @file
* @brief Various sparc64-specific macros.
*/
 
#ifndef __sparc64_ARCH_H__
38,8 → 40,9
#define ASI_AIUP 0x10 /** Access to primary context with user privileges. */
#define ASI_AIUS 0x11 /** Access to secondary context with user privileges. */
 
#define NWINDOW 8 /** Number of register window sets. */
 
#endif
 
/** @}
*/