Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1854 → Rev 1853

/trunk/kernel/arch/sparc64/include/arch.h
29,9 → 29,7
/** @addtogroup sparc64
* @{
*/
/**
* @file
* @brief Various sparc64-specific macros.
/** @file
*/
 
#ifndef __sparc64_ARCH_H__
40,9 → 38,8
#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
 
/** @}
*/