> Where and how is the value of Index_Store_Tag_I defined? > > Regards, > > Kevin K. > I included asm/cacheops.h from the kernel tree, it is defined there as : #define Index_Store_Tag_I 0x08 I also tried to substitute 0x08 directly into my source and I got the same error. Strangely enough, if I remove the include line, I get the same exact error.