mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-12 00:43:36 -04:00
git-x86.patch introduces asm-x86/asm.h. UML needs to follow this with an asm/asm.h of its own. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
6 lines
73 B
C
6 lines
73 B
C
#ifndef __UM_ASM_H
|
|
#define __UM_ASM_H
|
|
|
|
#include "asm/arch/asm.h"
|
|
|
|
#endif
|