/*
* Tranparent translation register used in locore.s:get_pte().
* User Data set up for R/W access of the entire address space.
*
* (XXX TT30_RW isn't actually needed because of TT30_RWM, but
* this the value historically used.)
*/
#define MAC68K_TT_GET_PTE (0x00000000 | \
__SHIFTIN(0xff,TT30_LAM) | \
TT30_E | TT30_CI | TT30_RW | TT30_RWM |\
TT30_USERD)