You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] uml: vm86 compile fix
We added an include of asm/vm86.h in include/asm-i386/ptrace.h. Since UML includes the underlying arch's ptrace.h, it needs an asm/vm86.h in order to build. Signed-off-by: Jeff Dike <jdike@addtoit.com> Cc: 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:
committed by
Linus Torvalds
parent
8afe07ce00
commit
6f313b1233
@@ -0,0 +1,6 @@
|
||||
#ifndef __UM_VM86_H
|
||||
#define __UM_VM86_H
|
||||
|
||||
#include "asm/arch/vm86.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user