x86 merge fallout: uml

Don't undef __i386__/__x86_64__ in uml anymore, make sure that (few) places
that required adjusting the ifdefs got those.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Al Viro
2007-10-29 04:31:16 +00:00
committed by Linus Torvalds
parent 2a397e82c7
commit ca5cd877ae
11 changed files with 13 additions and 23 deletions

View File

@@ -16,7 +16,7 @@
* MMX implementation of RAID-6 syndrome functions
*/
#if defined(__i386__)
#if defined(__i386__) && !defined(__arch_um__)
#include "raid6.h"
#include "raid6x86.h"