Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[deliverable/linux.git] / arch / x86 / kernel / microcode_core.c
index 2cd8c544e41a22a224c8f29f3f517e609c60536e..1cca374a2bacc8f1f5275847ef4d4cd2787c0545 100644 (file)
@@ -12,7 +12,7 @@
  *     Software Developer's Manual
  *     Order Number 253668 or free download from:
  *
- *     http://developer.intel.com/design/pentium4/manuals/253668.htm
+ *     http://developer.intel.com/Assets/PDF/manual/253668.pdf 
  *
  *     For more information, go to http://www.urbanmyth.org/microcode
  *
@@ -232,6 +232,7 @@ static const struct file_operations microcode_fops = {
        .owner                  = THIS_MODULE,
        .write                  = microcode_write,
        .open                   = microcode_open,
+       .llseek         = no_llseek,
 };
 
 static struct miscdevice microcode_dev = {
@@ -260,6 +261,7 @@ static void microcode_dev_exit(void)
 }
 
 MODULE_ALIAS_MISCDEV(MICROCODE_MINOR);
+MODULE_ALIAS("devname:cpu/microcode");
 #else
 #define microcode_dev_init()   0
 #define microcode_dev_exit()   do { } while (0)
This page took 0.024169 seconds and 5 git commands to generate.