[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-109-gb55dff8
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2011-05-04 09:25:46
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via b55dff83c825c9461cbafeda422bb426c4984767 (commit)
from aecda1819c08d547c292eabfe9dd33b4abf3e08b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b55dff83c825c9461cbafeda422bb426c4984767
Author: Jeremie Scheer <jer...@ar...>
Date: Wed May 4 11:25:17 2011 +0200
[LINUX] [2.6.38.1] Export irq_desc symbol for FPGA's irq manager in patch 199.
-----------------------------------------------------------------------
Summary of changes:
...nel_to_export_some_irq_handling_functions.patch | 24 +++++++++++++++-----
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch
index 46b889d..2d4de9b 100644
--- a/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch
+++ b/buildroot/target/device/armadeus/linux/kernel-patches/2.6.38/199-armadeus-hack_kernel_to_export_some_irq_handling_functions.patch
@@ -4,8 +4,8 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: linux-2.6.38.1/kernel/irq/chip.c
===================================================================
---- linux-2.6.38.1.orig/kernel/irq/chip.c 2011-04-18 20:43:15.000000000 +0200
-+++ linux-2.6.38.1/kernel/irq/chip.c 2011-04-18 20:46:11.000000000 +0200
+--- linux-2.6.38.1.orig/kernel/irq/chip.c 2011-03-23 21:04:47.000000000 +0100
++++ linux-2.6.38.1/kernel/irq/chip.c 2011-05-04 11:05:47.000000000 +0200
@@ -663,6 +663,7 @@
out_unlock:
raw_spin_unlock(&desc->lock);
@@ -24,8 +24,8 @@ Index: linux-2.6.38.1/kernel/irq/chip.c
set_irq_chip_and_handler_name(unsigned int irq, struct irq_chip *chip,
Index: linux-2.6.38.1/arch/arm/kernel/irq.c
===================================================================
---- linux-2.6.38.1.orig/arch/arm/kernel/irq.c 2011-04-18 20:48:25.000000000 +0200
-+++ linux-2.6.38.1/arch/arm/kernel/irq.c 2011-04-18 20:48:56.000000000 +0200
+--- linux-2.6.38.1.orig/arch/arm/kernel/irq.c 2011-03-23 21:04:47.000000000 +0100
++++ linux-2.6.38.1/arch/arm/kernel/irq.c 2011-05-04 11:05:47.000000000 +0200
@@ -163,6 +163,7 @@
desc->status &= ~IRQ_NOAUTOEN;
raw_spin_unlock_irqrestore(&desc->lock, flags);
@@ -36,8 +36,8 @@ Index: linux-2.6.38.1/arch/arm/kernel/irq.c
{
Index: linux-2.6.38.1/kernel/irq/irqdesc.c
===================================================================
---- linux-2.6.38.1.orig/kernel/irq/irqdesc.c 2011-04-18 21:02:58.000000000 +0200
-+++ linux-2.6.38.1/kernel/irq/irqdesc.c 2011-04-18 21:19:39.000000000 +0200
+--- linux-2.6.38.1.orig/kernel/irq/irqdesc.c 2011-03-23 21:04:47.000000000 +0100
++++ linux-2.6.38.1/kernel/irq/irqdesc.c 2011-05-04 11:05:47.000000000 +0200
@@ -273,6 +273,7 @@
{
return (irq < NR_IRQS) ? irq_desc + irq : NULL;
@@ -46,3 +46,15 @@ Index: linux-2.6.38.1/kernel/irq/irqdesc.c
struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node)
{
+Index: linux-2.6.38.1/include/linux/irqdesc.h
+===================================================================
+--- linux-2.6.38.1.orig/include/linux/irqdesc.h 2011-05-04 11:12:35.000000000 +0200
++++ linux-2.6.38.1/include/linux/irqdesc.h 2011-05-04 11:12:55.000000000 +0200
+@@ -85,6 +85,7 @@
+ #ifndef CONFIG_SPARSE_IRQ
+ extern struct irq_desc irq_desc[NR_IRQS];
+ #endif
++EXPORT_SYMBOL_GPL(irq_desc);
+
+ /* Will be removed once the last users in power and sh are gone */
+ extern struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node);
hooks/post-receive
--
armadeus
|