memcg: replace ss->id_lock with a rwlock
[pandora-kernel.git] / arch / um / sys-i386 / bug.c
index 200c8ba..8d4f273 100644 (file)
@@ -4,9 +4,10 @@
  */
 
 #include <linux/uaccess.h>
+#include <asm/errno.h>
 
 /* Mostly copied from i386/x86_86 - eliminated the eip < PAGE_OFFSET because
- * that's not relevent in skas mode.
+ * that's not relevant in skas mode.
  */
 
 int is_valid_bugaddr(unsigned long eip)