diff options
| author | Ingo Molnar <mingo@kernel.org> | 2013-12-17 09:27:08 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-12-17 09:27:08 -0500 |
| commit | bb799d3b980eb803ca2da4a4eefbd9308f8d988a (patch) | |
| tree | 69fbe0cd6d47b23a50f5e1d87bf7489532fae149 /kernel/modsign_certificate.S | |
| parent | 919fc6e34831d1c2b58bfb5ae261dc3facc9b269 (diff) | |
| parent | 319e2e3f63c348a9b66db4667efa73178e18b17d (diff) | |
Merge tag 'v3.13-rc4' into core/locking
Merge Linux 3.13-rc4, to refresh this rather old tree with the latest fixes.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/modsign_certificate.S')
| -rw-r--r-- | kernel/modsign_certificate.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kernel/modsign_certificate.S b/kernel/modsign_certificate.S deleted file mode 100644 index 4a9a86d12c8b..000000000000 --- a/kernel/modsign_certificate.S +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | #include <linux/export.h> | ||
| 2 | |||
| 3 | #define GLOBAL(name) \ | ||
| 4 | .globl VMLINUX_SYMBOL(name); \ | ||
| 5 | VMLINUX_SYMBOL(name): | ||
| 6 | |||
| 7 | .section ".init.data","aw" | ||
| 8 | |||
| 9 | GLOBAL(modsign_certificate_list) | ||
| 10 | .incbin "signing_key.x509" | ||
| 11 | .incbin "extra_certificates" | ||
| 12 | GLOBAL(modsign_certificate_list_end) | ||
