diff options
author | Mike Travis <travis@sgi.com> | 2008-12-31 20:34:16 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-03 12:53:31 -0500 |
commit | 7eb19553369c46cc1fa64caf120cbcab1b597f7c (patch) | |
tree | ef1a3beae706b9497c845d0a2557ceb4d2754998 /arch/m68k/fpsp040/setox.S | |
parent | 6092848a2a23b660150a38bc06f59d75838d70c8 (diff) | |
parent | 8c384cdee3e04d6194a2c2b192b624754f990835 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumask
Conflicts:
arch/x86/kernel/io_apic.c
kernel/rcuclassic.c
kernel/sched.c
kernel/time/tick-sched.c
Signed-off-by: Mike Travis <travis@sgi.com>
[ mingo@elte.hu: backmerged typo fix for io_apic.c ]
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/m68k/fpsp040/setox.S')
-rw-r--r-- | arch/m68k/fpsp040/setox.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/fpsp040/setox.S b/arch/m68k/fpsp040/setox.S index 145af5447581..f1acf7e36d6b 100644 --- a/arch/m68k/fpsp040/setox.S +++ b/arch/m68k/fpsp040/setox.S | |||
@@ -36,9 +36,9 @@ | |||
36 | | depending on their values, the program may run faster or slower -- | 36 | | depending on their values, the program may run faster or slower -- |
37 | | but no worse than 10% slower even in the extreme cases. | 37 | | but no worse than 10% slower even in the extreme cases. |
38 | | | 38 | | |
39 | | The program setoxm1 takes approximately ???/??? cycles for input | 39 | | The program setoxm1 takes approximately ??? / ??? cycles for input |
40 | | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes | 40 | | argument X, 0.25 <= |X| < 70log2. For |X| < 0.25, it takes |
41 | | approximately ???/??? cycles. For the less common arguments, | 41 | | approximately ??? / ??? cycles. For the less common arguments, |
42 | | depending on their values, the program may run faster or slower -- | 42 | | depending on their values, the program may run faster or slower -- |
43 | | but no worse than 10% slower even in the extreme cases. | 43 | | but no worse than 10% slower even in the extreme cases. |
44 | | | 44 | | |