From e7399d6ff4d5783837d1e83792cba7a2be41ece0 Mon Sep 17 00:00:00 2001 From: "sos22@douglas.cl.cam.ac.uk" Date: Thu, 16 Jun 2005 11:44:16 +0000 Subject: bitkeeper revision 1.1713.1.13 (42b16610ojQcHPRC6Ao_1CKXClza9A) Slightly disgusting hack to avoid using lots of lock instructions on a uniprocessor machine just because we happened to compile with CONFIG_SMP. Essentially, we make a big table of all of the instruction sequences which differ in ``easy'' ways between UP and SMP kernels, and then select which one to use at run time. Signed-off-by: Steven Smith --- .rootkeys | 1 + 1 file changed, 1 insertion(+) (limited to '.rootkeys') diff --git a/.rootkeys b/.rootkeys index d53afebc33..98804345ab 100644 --- a/.rootkeys +++ b/.rootkeys @@ -470,6 +470,7 @@ 428359d4b3fDYtazwXi4UUmSWaOUew patches/linux-2.6.11/linux-2.6.11.12.patch 4296fb998LGSWCcljGKbOCUv3h9uRQ patches/linux-2.6.11/net-csum.patch 429ae875I9ZrqrRDjGD34IC2kzDREw patches/linux-2.6.11/rcu-nohz.patch +42b165fcilFTNezi9NIsG2ecLZVU0w patches/linux-2.6.11/smp-alts.patch 429ba3007184K-y6WHQ6KgY65-lEIQ patches/linux-2.6.11/udp-frag.patch 424f001e_M1Tnxc52rDrmCLelnDWMQ patches/linux-2.6.11/x86_64-linux.patch 3f776bd1Hy9rn69ntXBhPReUFw9IEA tools/Makefile -- cgit v1.2.3