mirror of
https://abf.rosa.ru/djam/kernel-6.6.git
synced 2025-02-25 11:52:46 +00:00
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:
parent
1191044421
commit
8e6a66b365
1 changed files with 1 additions and 1 deletions
|
@ -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.{c,s} $TempDevelRoot/arch/x86/kernel/
|
||||||
cp -fR arch/x86/kernel/asm-offsets_{32,64}.c $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/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/include $TempDevelRoot/arch/x86/
|
||||||
cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
|
cp -fR arch/x86/tools $TempDevelRoot/arch/x86/
|
||||||
%else
|
%else
|
||||||
|
|
Loading…
Add table
Reference in a new issue