* A little patch for i386/kernel/microcode.c
@ 2001-01-24 5:28 Jo l'Indien
0 siblings, 0 replies; only message in thread
From: Jo l'Indien @ 2001-01-24 5:28 UTC (permalink / raw)
To: tigran; +Cc: linux-kernel@vger.kernel.org
With a 2.4.1-pre10 kernel, I noticed that /dev/cpu/microcode
was created as a file, and note as a node in the devfs.
So, I made this very little patch to correct this:
--- microcode.c Thu Dec 28 06:28:29 2000
+++ microcode.c Wed Jan 24 04:47:08 2001
@@ -120,7 +120,7 @@
MICROCODE_MINOR);
devfs_handle = devfs_register(NULL, "cpu/microcode",
- DEVFS_FL_DEFAULT, 0, 0, S_IFREG | S_IRUSR | S_IWUSR,
+ DEVFS_FL_DEFAULT, MISC_MAJOR, MICROCODE_MINOR, S_IFCHR | S_IRUSR |
S_IWUSR,
µcode_fops, NULL);
if (devfs_handle == NULL && error) {
printk(KERN_ERR "microcode: failed to devfs_register()\n");
This should be OK...
I cannot test this feature as I don't have a PIII,
but a K6-II... I'll try... Just to know...
I was wondering why /dev/cpu/mtrr was created as a file, not a node,
when I found this... For mtrr, it seems to be normal, as I didn't find
any informations relative of Major/Minor for this device...
Regards.
Jocelyn Mayer
ý:.˱Êâmçë¢kaÉb²ßìzwm
ébïî˱Êâmébìÿêçz_âØ^nr¡ö¦zË\x1aëh¨èÚ&£ûàz¿äz¹Þú+ù^jÇ«y§m
á@A«a¶Úÿÿü0ÃûnÇú+ùd
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-01-24 5:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-24 5:28 A little patch for i386/kernel/microcode.c Jo l'Indien
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox