[PATCH] uml: obvious compile fixes for x86-64 Subarch and x86 regression fixes

This patch does some totally trivial compilation fixes.  It also restores the
debugregs manipulation, which was commented out simply because it doesn't
compile on x86_64 (we haven't yet implemented there debugregs handling).

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Paolo 'Blaisorblade' Giarrusso
2005-05-05 16:15:15 -07:00
committed by Linus Torvalds
parent 1f8d419e29
commit f7fe878174
5 changed files with 10 additions and 8 deletions

View File

@@ -1,6 +1 @@
#ifndef __UM_IPC_H
#define __UM_IPC_H
#include "asm/arch/ipc.h"
#endif
#include <asm-generic/ipc.h>