[Cbe-oss-dev] [PATCH] 64K support for Kexec

Luke Browning lukebr at linux.vnet.ibm.com
Sat Apr 7 13:16:39 EST 2007


static inline void __tlbie(unsigned long va, unsigned int psize)
{
        unsigned int penc;

        /* clear top 16 bits, non SLS segment */
        va &= ~(0xffffULL << 48);

why does this routine clear the top 16 bits?  

SLS - single level store.  all segments are non-sls?  

Luke




More information about the cbe-oss-dev mailing list