Adapted the spec: syscall defs are now in arch/x86/entry/syscalls

Commit 1f57d5d85ba7f1f467173ff33f51d01a91f9aaf1 upstream:
"x86/asm/entry: Move the arch/x86/syscalls/ definitions to
arch/x86/entry/syscalls/"
This commit is contained in:
Evgenii Shatokhin 2015-10-12 10:16:42 +03:00
parent 1191044421
commit 8e6a66b365

View file

@ -1268,7 +1268,7 @@ SaveDevel() {
cp -fR arch/x86/kernel/asm-offsets.{c,s} $TempDevelRoot/arch/x86/kernel/
cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $TempDevelRoot/arch/x86/kernel/
cp -fR arch/x86/purgatory/* $TempDevelRoot/arch/x86/purgatory/
cp -fR arch/x86/syscalls/syscall* $TempDevelRoot/arch/x86/syscalls/
cp -fR arch/x86/entry/syscalls/syscall* $TempDevelRoot/arch/x86/entry/syscalls/
cp -fR arch/x86/include $TempDevelRoot/arch/x86/
cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
%else