Re: [PATCH]: Better serial console identification

2007-06-12 Thread Tom \spot\ Callaway
On Thu, 2007-05-24 at 16:56 -0700, David Miller wrote: From: Tom \spot\ Callaway [EMAIL PROTECTED] Date: Thu, 24 May 2007 08:12:58 -0500 So, while I certainly don't disagree with your findings, this is not the resolution to the problem. Thanks for double checking everything Tom. I'm

[PATCH] Fix build errors with strict MM checking

2007-06-12 Thread Martin Habets
Turning on STRICT_MM_TYPECHECKS in include/asm/page.h causes some build errors for sparc32. This patch against 2.6.21 fixes these. Martin Signed-off-by: Martin Habets [EMAIL PROTECTED] --- --- linux/arch/sparc/mm/srmmu.c.orig2007-06-06 23:26:13.0 +0100 +++

Re: [PATCH] Fix build errors with strict MM checking

2007-06-12 Thread David Miller
From: Martin Habets [EMAIL PROTECTED] Date: Wed, 13 Jun 2007 00:16:00 +0100 @@ -2137,11 +2137,11 @@ static unsigned long srmmu_pte_to_pgoff( static pgprot_t srmmu_pgprot_noncached(pgprot_t prot) { - prot = ~__pgprot(SRMMU_CACHE); + pgprot_val(prot) = ~SRMMU_CACHE;