Subject: Re: Three small patches for ARM
To: Scott <scott_allan@picovex.com>
From: Martin Husemann <martin@duskware.de>
List: port-arm
Date: 07/27/2006 09:48:20
On Wed, Jul 26, 2006 at 06:46:22PM -0700, Scott wrote:
> 3) allow_asm_vmparam.patch
> This one is really simple.  I wanted to use KERNEL_BASE in an assembly 
> source, but arch/arm/include/arm32/vmparam.h wasn't protected by #ifndef 
> __ASSEMBLER__.  The patch adds the protection.

The other way to do this would be to add a KERNEL_BASE entry to genassym.cf.

Martin