diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-05-03 03:30:29 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-05-03 03:30:29 +0000 |
commit | 7dca36c92ce71eaa48966e98ee35427c48843f0d (patch) | |
tree | fccbe4f7473ac45499c5cd897fcdbdfd86ba21d7 | |
parent | 7571a866b91ceed03f1ff7170ea70f240994228c (diff) | |
download | src-7dca36c92ce71eaa48966e98ee35427c48843f0d.tar.gz src-7dca36c92ce71eaa48966e98ee35427c48843f0d.zip |
Spell cpu_switch correctly.
Notes
Notes:
svn path=/head/; revision=114563
-rw-r--r-- | sys/conf/files.amd64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 8a725b0f9388..afa187dbf5f3 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -33,7 +33,7 @@ isa/atkbd_isa.c optional atkbd amd64/amd64/autoconf.c standard amd64/amd64/busdma_machdep.c standard -amd64/amd64/cpu_swtch.S standard +amd64/amd64/cpu_switch.S standard amd64/amd64/critical.c standard amd64/amd64/dump_machdep.c standard amd64/amd64/elf_machdep.c standard |