intel: Correct value of S0_VB_OFFSET_MASK to match hardware docs.

(cherry picked from commit 689e4b5541)
This commit is contained in:
Ian Romanick 2010-03-18 17:28:52 -07:00
parent d3a607f889
commit 98aed6dc69

View file

@ -70,8 +70,10 @@
/** @{
* 915 definitions
*
* 915 documents say that bits 31:28 and 1 are "undefined, must be zero."
*/
#define S0_VB_OFFSET_MASK 0xffffffc0
#define S0_VB_OFFSET_MASK 0x0ffffffc
#define S0_AUTO_CACHE_INV_DISABLE (1<<0)
/** @} */