- mn10300-export-certain-arch-symbols-required-to-build-allmodconfig.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     mn10300: export certain arch symbols required to build allmodconfig
has been removed from the -mm tree.  Its filename was
     mn10300-export-certain-arch-symbols-required-to-build-allmodconfig.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: mn10300: export certain arch symbols required to build allmodconfig
From: David Howells <dhowells@xxxxxxxxxx>

Export kernel_thread() and empty_zero_page so that allmodconfig can be
built for MN10300.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
Cc: Adrian Bunk <bunk@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/mn10300/kernel/mn10300_ksyms.c |    3 +++
 arch/mn10300/kernel/process.c       |    1 +
 2 files changed, 4 insertions(+)

diff -puN arch/mn10300/kernel/mn10300_ksyms.c~mn10300-export-certain-arch-symbols-required-to-build-allmodconfig arch/mn10300/kernel/mn10300_ksyms.c
--- a/arch/mn10300/kernel/mn10300_ksyms.c~mn10300-export-certain-arch-symbols-required-to-build-allmodconfig
+++ a/arch/mn10300/kernel/mn10300_ksyms.c
@@ -10,8 +10,11 @@
  */
 #include <linux/module.h>
 #include <asm/uaccess.h>
+#include <asm/pgtable.h>
 
 
+EXPORT_SYMBOL(empty_zero_page);
+
 EXPORT_SYMBOL(change_bit);
 EXPORT_SYMBOL(test_and_change_bit);
 
diff -puN arch/mn10300/kernel/process.c~mn10300-export-certain-arch-symbols-required-to-build-allmodconfig arch/mn10300/kernel/process.c
--- a/arch/mn10300/kernel/process.c~mn10300-export-certain-arch-symbols-required-to-build-allmodconfig
+++ a/arch/mn10300/kernel/process.c
@@ -153,6 +153,7 @@ int kernel_thread(int (*fn)(void *), voi
 	return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0,
 		       NULL, NULL);
 }
+EXPORT_SYMBOL(kernel_thread);
 
 /*
  * free current thread data structures etc..
_

Patches currently in -mm which might be from dhowells@xxxxxxxxxx are

linux-next.patch
git-unionfs.patch
mn10300-move-sg_dma_addresslen-to-asm-scatterlisth.patch
inflate-refactor-inflate-malloc-code.patch
inflate-refactor-inflate-malloc-code-checkpatch-fixes.patch
include-asm-ptraceh-userspace-headers-cleanup.patch
frv-use-the-common-ascii-hex-helpers.patch
mn10300-use-the-common-ascii-hex-helpers.patch
mutex-subsystem-synchro-test-module.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux