-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 72439 b: refs/heads/master c: d858196 h: refs/heads/master i: 72437: 7ea11da 72435: 8812152 72431: e0aebd2 v: v3
- Loading branch information
Linus Torvalds
committed
Oct 24, 2007
1 parent
5a31f48
commit 9457600
Showing
190 changed files
with
5,025 additions
and
9,913 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: e0f13920d6a082d85e21a1b4c02907446198fc36 | ||
refs/heads/master: d8581969904b8a72db726c4b9090234c0f0bb18f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
ifeq ($(CONFIG_X86_32),y) | ||
include ${srctree}/arch/x86/crypto/Makefile_32 | ||
else | ||
include ${srctree}/arch/x86/crypto/Makefile_64 | ||
endif | ||
# | ||
# Arch-specific CryptoAPI modules. | ||
# | ||
|
||
obj-$(CONFIG_CRYPTO_AES_586) += aes-i586.o | ||
obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o | ||
|
||
obj-$(CONFIG_CRYPTO_AES_X86_64) += aes-x86_64.o | ||
obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o | ||
|
||
aes-i586-y := aes-i586-asm_32.o aes_32.o | ||
twofish-i586-y := twofish-i586-asm_32.o twofish_32.o | ||
|
||
aes-x86_64-y := aes-x86_64-asm_64.o aes_64.o | ||
twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_64.o |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
ifeq ($(CONFIG_X86_32),y) | ||
include ${srctree}/arch/x86/kernel/acpi/Makefile_32 | ||
else | ||
include ${srctree}/arch/x86/kernel/acpi/Makefile_64 | ||
obj-$(CONFIG_ACPI) += boot.o | ||
obj-$(CONFIG_ACPI_SLEEP) += sleep_$(BITS).o wakeup_$(BITS).o | ||
|
||
ifneq ($(CONFIG_ACPI_PROCESSOR),) | ||
obj-y += cstate.o processor.o | ||
endif | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.