* cpu_devclass removed from cpu.h
@ 2002-11-02 0:30 Martin Waitz
2002-11-04 19:31 ` Matthew Dobson
0 siblings, 1 reply; 3+ messages in thread
From: Martin Waitz @ 2002-11-02 0:30 UTC (permalink / raw)
To: Patrick Mochel; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 766 bytes --]
hi :)
the 'extern struct device_class cpu_devclass;' was removed from cpu.h
lately.
is this intentional or will it come back in some other include file?
i need that class to be able to register a interface for cpus
in my tree.
thanks
--
CU, / Friedrich-Alexander University Erlangen, Germany
Martin Waitz // [Tali on IRCnet] [tali.home.pages.de] _________
______________/// - - - - - - - - - - - - - - - - - - - - ///
dies ist eine manuell generierte mail, sie beinhaltet //
tippfehler und ist auch ohne grossbuchstaben gueltig. /
-
Wer bereit ist, grundlegende Freiheiten aufzugeben, um sich
kurzfristige Sicherheit zu verschaffen, der hat weder Freiheit
noch Sicherheit verdient.
Benjamin Franklin (1706 - 1790)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cpu_devclass removed from cpu.h
2002-11-02 0:30 cpu_devclass removed from cpu.h Martin Waitz
@ 2002-11-04 19:31 ` Matthew Dobson
2002-11-05 22:09 ` Martin Waitz
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Dobson @ 2002-11-04 19:31 UTC (permalink / raw)
To: Martin Waitz; +Cc: Patrick Mochel, linux-kernel
Martin Waitz wrote:
> hi :)
>
> the 'extern struct device_class cpu_devclass;' was removed from cpu.h
> lately.
> is this intentional or will it come back in some other include file?
>
> i need that class to be able to register a interface for cpus
> in my tree.
>
>
> thanks
There were no immediate plans to put that back in linux/cpu.h. It is
now defined and used in drivers/base/cpu.c. cpu_devclass is registered
with driverfs (err.. sysfs) there. If you need it, you should be able
to reference it... just stick an extern in your file.
Check out the thread '[patch] Core sysfs Topology 2.5.45'. These are
the patches that modified the sysfs topology system.
Cheers!
-Matt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cpu_devclass removed from cpu.h
2002-11-04 19:31 ` Matthew Dobson
@ 2002-11-05 22:09 ` Martin Waitz
0 siblings, 0 replies; 3+ messages in thread
From: Martin Waitz @ 2002-11-05 22:09 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 764 bytes --]
hi :)
On Mon, Nov 04, 2002 at 11:31:13AM -0800, Matthew Dobson wrote:
> If you need it, you should be able to reference it... just stick an
> extern in your file.
that's what i did...
however, it' of course not the place it belongs to.
--
CU, / Friedrich-Alexander University Erlangen, Germany
Martin Waitz // [Tali on IRCnet] [tali.home.pages.de] _________
______________/// - - - - - - - - - - - - - - - - - - - - ///
dies ist eine manuell generierte mail, sie beinhaltet //
tippfehler und ist auch ohne grossbuchstaben gueltig. /
-
Wer bereit ist, grundlegende Freiheiten aufzugeben, um sich
kurzfristige Sicherheit zu verschaffen, der hat weder Freiheit
noch Sicherheit verdient.
Benjamin Franklin (1706 - 1790)
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-11-05 22:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-02 0:30 cpu_devclass removed from cpu.h Martin Waitz
2002-11-04 19:31 ` Matthew Dobson
2002-11-05 22:09 ` Martin Waitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox