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

H. Peter Anvin (hpa@zytor.com)
Sun, 06 Jan 2002 17:32:32 -0800


Richard Gooch wrote:

>
> 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.
>

Yes, that sounds like a good way to do it.

-hpa

-
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/