From: William Lee Irwin III <wli@holomorphy.com>
To: linux-kernel@vger.kernel.org
Subject: [BUG] x86_udelay_tsc not honoring notsc
Date: Thu, 19 Sep 2002 17:10:01 -0700 [thread overview]
Message-ID: <20020920001001.GQ28202@holomorphy.com> (raw)
Even though I booted with notsc, rdtsc happens here and appears to
generate #GP or some such nonsense:
Restoring NMI vector
Booting processor 14/52 eip 2000
Initializing CPU#14
masked ExtINT on CPU#14
Leaving ESR disabled.
Calibrating delay loop...
Program received signal SIGEMT, Emulation trap.
__rdtsc_delay (loops=69700) at delay.c:40
40 delay.c: No such file or directory.
in delay.c
(gdb) bt
#0 __rdtsc_delay (loops=69700) at delay.c:40
#1 0xc019f31d in __delay (loops=69700) at delay.c:63
#2 0xc019f384 in __const_udelay (xloops=429400) at delay.c:74
#3 0xc02c1709 in do_boot_cpu (apicid=52) at smpboot.c:865
#4 0xc02c1a4e in smp_boot_cpus (max_cpus=4294967295) at smpboot.c:1095
#5 0xc02c1c70 in smp_prepare_cpus (max_cpus=4294967295) at smpboot.c:1199
#6 0xc01050d7 in init (unused=0x0) at main.c:547
(gdb) p $eip
$3 = (void *) 0xc019f2d4
(gdb) disassemble $eip
Dump of assembler code for function __rdtsc_delay:
0xc019f2c0 <__rdtsc_delay>: push %ebp
0xc019f2c1 <__rdtsc_delay+1>: mov %esp,%ebp
0xc019f2c3 <__rdtsc_delay+3>: push %ebx
0xc019f2c4 <__rdtsc_delay+4>: mov 0x8(%ebp),%ebx
0xc019f2c7 <__rdtsc_delay+7>: rdtsc
0xc019f2c9 <__rdtsc_delay+9>: mov %eax,%ecx
0xc019f2cb <__rdtsc_delay+11>: nop
0xc019f2cc <__rdtsc_delay+12>: lea 0x0(%esi,1),%esi
0xc019f2d0 <__rdtsc_delay+16>: repz nop
0xc019f2d2 <__rdtsc_delay+18>: rdtsc
0xc019f2d4 <__rdtsc_delay+20>: sub %ecx,%eax
0xc019f2d6 <__rdtsc_delay+22>: cmp %ebx,%eax
0xc019f2d8 <__rdtsc_delay+24>: jb 0xc019f2d0 <__rdtsc_delay+16>
0xc019f2da <__rdtsc_delay+26>: pop %ebx
0xc019f2db <__rdtsc_delay+27>: mov %ebp,%esp
0xc019f2dd <__rdtsc_delay+29>: pop %ebp
0xc019f2de <__rdtsc_delay+30>: ret
End of assembler dump.
next reply other threads:[~2002-09-20 0:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-20 0:10 William Lee Irwin III [this message]
2002-09-20 3:07 ` Martin J. Bligh
2002-09-20 3:52 ` William Lee Irwin III
2002-09-20 4:00 ` Martin J. Bligh
2002-09-20 4:09 ` William Lee Irwin III
2002-09-20 4:20 ` Martin J. Bligh
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020920001001.GQ28202@holomorphy.com \
--to=wli@holomorphy.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome