* [Linux-ia64] RAW dependency in ivt.S
@ 2002-10-29 13:42 Christian Hildner
2002-10-29 16:29 ` Chen, Kenneth W
0 siblings, 1 reply; 2+ messages in thread
From: Christian Hildner @ 2002-10-29 13:42 UTC (permalink / raw)
To: linux-ia64
Hi,
testing the kernel 2.4.18 I found a RAW dependency (for P8) in ivt.S in
entry alt_dtlb_miss. The lines are
cmp.ne p8,p0=r0,r23
(p8) br.cond.spnt page_fault
Why I'am not providing a (simple) patch: I' am wondering about taking
the privilege level for the decision about taking a page fault or
inserting the identity mapped TLB entry. For my understanding there
should be checked for region 7.
Christian
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: [Linux-ia64] RAW dependency in ivt.S
2002-10-29 13:42 [Linux-ia64] RAW dependency in ivt.S Christian Hildner
@ 2002-10-29 16:29 ` Chen, Kenneth W
0 siblings, 0 replies; 2+ messages in thread
From: Chen, Kenneth W @ 2002-10-29 16:29 UTC (permalink / raw)
To: linux-ia64
Check section 5.3 in document "The Intel Itanium Architecture Software Developer's Manual" volume 3. There is no semantics of dependency required for this type of instance. If you would add the stop bit, the code will expand into 2 bundles instead of possibly one in the original form.
- Ken
-----Original Message-----
From: Christian Hildner [mailto:christian.hildner@hob.de]
Sent: Tuesday, October 29, 2002 5:43 AM
To: linux ia64 kernel list
Subject: [Linux-ia64] RAW dependency in ivt.S
Hi,
testing the kernel 2.4.18 I found a RAW dependency (for P8) in ivt.S in
entry alt_dtlb_miss. The lines are
cmp.ne p8,p0=r0,r23
(p8) br.cond.spnt page_fault
Why I'am not providing a (simple) patch: I' am wondering about taking
the privilege level for the decision about taking a page fault or
inserting the identity mapped TLB entry. For my understanding there
should be checked for region 7.
Christian
_______________________________________________
Linux-IA64 mailing list
Linux-IA64@linuxia64.org
http://lists.linuxia64.org/lists/listinfo/linux-ia64
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-29 16:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-29 13:42 [Linux-ia64] RAW dependency in ivt.S Christian Hildner
2002-10-29 16:29 ` Chen, Kenneth W
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox