Subject: Re: What's difference between ARM_VECTORS_LOW and ARM_VECTORS_HIGH?
To: Toru Nishimura <locore64@alkyltechnology.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: port-arm
Date: 04/13/2007 10:57:31
On Apr 12, 2007, at 9:39 PM, Toru Nishimura wrote:

> The reason why ARM designer offers this capability is unclear to me.

It means the vectors are in the kernel address space, rather than in  
page 0.  It makes VM management somewhat easier on those systems.

-- thorpej