Re: [PATCH] DevFS support for /dev/cpu/X/(cpuid|msr)

Richard Gooch (rgooch@ras.ucalgary.ca)
Sun, 6 Jan 2002 18:31:53 -0700


H. Peter Anvin writes:
> Richard Gooch wrote:
>
> > H. Peter Anvin writes:
> >
> >>Once again, this shit does not belong in N drivers; it is core code.
> >>
> >
> > Drivers have to register their own device nodes. What kind of API do
> > you propose?
>
> The existence of a CPU creates /dev/cpu/# and registering a node
> replicates across the /dev/cpu directories.

So you mean something like this:

void devfs_per_cpu_register (const char *leafname, unsigned int flags,
unsigned int major, unsigned int minor_start,
umode_t mode, void *ops);

void devfs_per_cpu_unregister (const char *leafname);

with code in the per-cpu boot code to create the /dev/cpu/%d
directories.

Regards,

Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/