mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* oprofile broken by sysfs updates
@ 2003-06-11 21:12 Pavel Machek
  2003-06-11 21:23 ` Patrick Mochel
  2003-06-11 21:26 ` John Levon
  0 siblings, 2 replies; 3+ messages in thread
From: Pavel Machek @ 2003-06-11 21:12 UTC (permalink / raw)
  To: Patrick Mochel, kernel list

Hi!

I only tried reading the diffs, but:

arch/i386/oprofile/nmi_int.c must be suspended before
arch/i386/kernel/apic.c is.

How is that guaranteed with new code?

-static struct device device_nmi = {
-       .name   = "oprofile",
-       .bus_id = "oprofile",
-       .driver = &nmi_driver,
-       .parent = &device_lapic.dev,
+static struct sys_device device_oprofile = {
+       .id     = 0,
+       .cls    = &oprofile_sysclass,
 };


							Pavel
-- 
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-06-11 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-11 21:12 oprofile broken by sysfs updates Pavel Machek
2003-06-11 21:23 ` Patrick Mochel
2003-06-11 21:26 ` John Levon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®