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

From: Richard Gooch (rgooch@ras.ucalgary.ca)
Date: Sun Jan 06 2002 - 20:31:53 EST


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/



This archive was generated by hypermail 2b29 : Mon Jan 07 2002 - 21:00:32 EST