cris: use include/linux/pci-dma.h
Sure, that is ok. Signed-off-by: Mikael Starvik <starvik(a)axis.com> -----Original Message----- From: FUJITA Tomonori [mailto:fujita.tomonori(a)lab.ntt.co.jp] Sent: den 10 februari 2010 02:35 To: linux-kernel(a)vger.kernel.org Cc: akpm(a)linux-foundation.org; fujita.tomonori(a)lab.ntt.co.jp; Mikael Starvik Subject: [... 10 Feb 2010 02:19
PPC: Possible bug in prom_parse.c:of_irq_map_raw?
Hi, Perhaps this is my misunderstanding, but I'm looking at the bit of code in of_irq_map_raw() that iterates the interrupt-map DTS node, which I am seeing to behave strangely when handling the interrupt-map property on a PCI bridge node. Early in the function, we get the #address-cells value from the node - ... 9 Feb 2010 23:01
xen: Make event channel work with PV featured HVM
Ian Campbell wrote on Tue, 9 Feb 2010 at 06:02:04: On Tue, 2010-02-09 at 12:46 +0000, Sheng Yang wrote: On Tuesday 09 February 2010 19:52:56 Ian Campbell wrote: On Mon, 2010-02-08 at 08:05 +0000, Sheng Yang wrote: + if (xen_hvm_pv_evtchn_enabled()) { + if (enable_hvm_pv(HVM... 9 Feb 2010 23:01
(none)
Your Email just won you ($500,000.00 US Dollars ATM CARD) You are to contact Mr. Abdul Razi With your,Names....Age...Country....Tell.... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/maj... 9 Feb 2010 21:55
[PATCH v2 -mm 12/14] xtensa: use include/linux/pci-dma.h
Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Cc: Chris Zankel <chris(a)zankel.net> --- arch/xtensa/include/asm/pci.h | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/arch/xtensa/include/asm/pci.h b/arch/xtensa/include/asm/pci.h index 66410ac..f3f0cf3 100644 --- a/... 9 Feb 2010 21:55
[PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in ecb.c
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/ecb.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/ecb.c b/crypto/ecb.c index a46838e..935cfef 100644 --- a/crypto/ecb.c +++ b/crypto/ecb.c @@ -55,7 +55,7 @@ static int crypto_ecb_crypt(struct blkci... 9 Feb 2010 20:49
[PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in cipher.c
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/cipher.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/crypto/cipher.c b/crypto/cipher.c index 9a1a731..39541e0 100644 --- a/crypto/cipher.c +++ b/crypto/cipher.c @@ -8,7 +8,7 @@ * * This program is f... 9 Feb 2010 20:49
[PATCH 1/1] CRYPTO: Fix checkpatch errors & warnings in anubis.c
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/anubis.c | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crypto/anubis.c b/crypto/anubis.c index e42c3a8..77530d5 100644 --- a/crypto/anubis.c +++ b/crypto/anubis.c @@ -469,14 +469,13 @@... 9 Feb 2010 20:49
[PATCH 1/1] CRYPTO: Fix checkpatch errors in aead.c
Signed-off-by: Richard Hartmann <richih.mailinglist(a)gmail.com> --- crypto/aead.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/aead.c b/crypto/aead.c index 0a55da7..6729e8f 100644 --- a/crypto/aead.c +++ b/crypto/aead.c @@ -1,13 +1,13 @@ /* * AEAD: Authenticated Enc... 9 Feb 2010 20:49
[PATCH] x86: do not reserve brk for DMI if it's not going to be used
This will save 65536 bytes from memory when loading linux, which is good for embedded systems. Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> --- arch/x86/kernel/setup.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/... 9 Feb 2010 19:42