[<prev] [next>] [day] [month] [year] [list]
Message-ID: <swftzc1q3do.wl%takata@linux-m32r.org>
Date: Sat, 27 Sep 2008 19:39:31 +0900
From: Hirokazu Takata <takata@...ux-m32r.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
bunk@...nel.org, rpjday@...shcourse.ca, takata@...ux-m32r.org
Subject: [GIT PULL] m32r updates
Hello, Linus,
Please pull m32r updates from the following tree:
git://www.linux-m32r.org/git/takata/linux-2.6_dev.git linux-m32r
Thank you.
-- Takata
---
Adrian Bunk (5):
m32r: remove the unused NOHIGHMEM option
m32r: don't offer CONFIG_ISA
m32r: export empty_zero_page
m32r: export __ndelay
m32r/kernel/: cleanups
---
arch/m32r/Kconfig | 10 +---------
arch/m32r/kernel/entry.S | 2 +-
arch/m32r/kernel/head.S | 1 -
arch/m32r/kernel/irq.c | 6 ------
arch/m32r/kernel/m32r_ksyms.c | 2 ++
arch/m32r/kernel/process.c | 30 ++----------------------------
arch/m32r/kernel/smp.c | 4 ++--
arch/m32r/kernel/time.c | 5 ++---
arch/m32r/kernel/traps.c | 8 ++++----
arch/m32r/lib/delay.c | 2 ++
10 files changed, 16 insertions(+), 54 deletions(-)
---
commit edd85e8cae41b22073c785f67b945929ed5d95c0
Author: Adrian Bunk <bunk@...nel.org>
Date: Wed Sep 24 15:01:47 2008 +0900
m32r/kernel/: cleanups
This patch contains the following cleanups:
- make the following needlessly global code static:
- entry.S: resume_userspace
- process.c: pm_idle
- process.c: default_idle()
- smp.c: send_IPI_allbutself()
- time.c: timer_interrupt()
- time.c: struct irq0
- traps.c: set_eit_vector_entries()
- traps.c: kstack_depth_to_print
- traps.c: show_trace()
- traps.c: die_lock
- remove the following unused code:
- head.S: startup_32
- process.c: hlt_counter
- process.c: disable_hlt()
- process.c: enable_hlt()
- process.c: dump_task_regs()
- remove the following variables and their usages since they were
always 0:
- irq.c: irq_err_count
- irq.c: irq_mis_count
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@...ux-m32r.org>
commit d42dd2627aaf4cd9d50e814229af5d0e8331e1ff
Author: Adrian Bunk <bunk@...nel.org>
Date: Wed Sep 24 15:01:15 2008 +0900
m32r: export __ndelay
ERROR: "__ndelay" [drivers/spi/spi_bitbang.ko] undefined!
Reported-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@...ux-m32r.org>
commit 07c2cc0b951dec9a334fe3b31bbc8741cdabac8c
Author: Adrian Bunk <bunk@...nel.org>
Date: Wed Sep 24 14:59:57 2008 +0900
m32r: export empty_zero_page
ERROR: "empty_zero_page" [fs/ext4/ext4dev.ko] undefined!
Reported-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@...ux-m32r.org>
commit 9d545998f434d4870341fef95592f58b401913d5
Author: Adrian Bunk <bunk@...nel.org>
Date: Wed Sep 24 14:58:54 2008 +0900
m32r: don't offer CONFIG_ISA
As far as I know no M32R hardware actually has ISA slots.
And ISA drivers don't compile on M32R.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@...ux-m32r.org>
commit 054c3771b64f1ac0b8b87c7fe48097dbaf428ffc
Author: Adrian Bunk <bunk@...nel.org>
Date: Wed Sep 24 14:57:11 2008 +0900
m32r: remove the unused NOHIGHMEM option
Remove the unused NOHIGHMEM option.
Reviewed-by: Robert P. J. Day <rpjday@...shcourse.ca>
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
Signed-off-by: Hirokazu Takata <takata@...ux-m32r.org>
--
Hirokazu Takata <takata@...ux-m32r.org>
Linux/M32R Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists