Displaying 4 results from an estimated 4 matches for "um_arch".
Did you mean:
m_arch
2007 Aug 24
0
[PATCH] convert #include "linux/..." and #include "asm/..." to #include <...>
...| 6 +-
arch/um/kernel/tt/process_kern.c | 18 +++---
arch/um/kernel/tt/syscall_kern.c | 16 +++---
arch/um/kernel/tt/tlb.c | 16 +++---
arch/um/kernel/tt/uaccess.c | 4 +-
arch/um/kernel/um_arch.c | 44 ++++++++--------
arch/um/kernel/umid.c | 4 +-
arch/um/os-Linux/drivers/ethertap_kern.c | 6 +-
arch/um/os-Linux/drivers/tuntap_kern.c | 12 ++--
arch/um/os-Linux/tls.c | 2...
2007 Aug 24
0
[PATCH] convert #include "linux/..." and #include "asm/..." to #include <...>
...| 6 +-
arch/um/kernel/tt/process_kern.c | 18 +++---
arch/um/kernel/tt/syscall_kern.c | 16 +++---
arch/um/kernel/tt/tlb.c | 16 +++---
arch/um/kernel/tt/uaccess.c | 4 +-
arch/um/kernel/um_arch.c | 44 ++++++++--------
arch/um/kernel/umid.c | 4 +-
arch/um/os-Linux/drivers/ethertap_kern.c | 6 +-
arch/um/os-Linux/drivers/tuntap_kern.c | 12 ++--
arch/um/os-Linux/tls.c | 2...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...el/tt/uaccess.c
@@ -3,8 +3,8 @@
* Licensed under the GPL
*/
-#include "linux/sched.h"
-#include "asm/uaccess.h"
+#include <linux/sched.h>
+#include <asm/uaccess.h>
int copy_from_user_tt(void *to, const void __user *from, int n)
{
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
index ecc458f..196fde1 100644
--- a/arch/um/kernel/um_arch.c
+++ b/arch/um/kernel/um_arch.c
@@ -3,29 +3,29 @@
* Licensed under the GPL
*/
-#include "linux/kernel.h"
-#include "linux/sched.h"
-#include "linux/notifier.h"
-#include &quo...
2007 Aug 19
1
[PATCH 1/5] um/... convert #include "linux/..." to #include <linux/...>
...el/tt/uaccess.c
@@ -3,8 +3,8 @@
* Licensed under the GPL
*/
-#include "linux/sched.h"
-#include "asm/uaccess.h"
+#include <linux/sched.h>
+#include <asm/uaccess.h>
int copy_from_user_tt(void *to, const void __user *from, int n)
{
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
index ecc458f..196fde1 100644
--- a/arch/um/kernel/um_arch.c
+++ b/arch/um/kernel/um_arch.c
@@ -3,29 +3,29 @@
* Licensed under the GPL
*/
-#include "linux/kernel.h"
-#include "linux/sched.h"
-#include "linux/notifier.h"
-#include &quo...