Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski...
[linux-2.6-block.git] / arch / x86 / kernel / kgdb.c
index ed15cd486d06347626c080a0081e3eed01ac9128..04cde527d72849be75ccb65e0d7ed650a1ef3a82 100644 (file)
@@ -45,6 +45,7 @@
 #include <linux/uaccess.h>
 #include <linux/memory.h>
 
+#include <asm/text-patching.h>
 #include <asm/debugreg.h>
 #include <asm/apicdef.h>
 #include <asm/apic.h>
@@ -609,9 +610,9 @@ static struct notifier_block kgdb_notifier = {
 };
 
 /**
- *     kgdb_arch_init - Perform any architecture specific initalization.
+ *     kgdb_arch_init - Perform any architecture specific initialization.
  *
- *     This function will handle the initalization of any architecture
+ *     This function will handle the initialization of any architecture
  *     specific callbacks.
  */
 int kgdb_arch_init(void)