Subject: What's difference between ARM_VECTORS_LOW and ARM_VECTORS_HIGH?
To: None <port-arm@netbsd.org>
From: Doug Brewer <brewer.doug@gmail.com>
List: port-arm
Date: 04/13/2007 09:06:53
Hello,

I took a look at the code in iq80321_machdep.c,
a function:
arm32_vector_init(ARM_VECTORS_HIGH, ARM_VEC_ALL);
in gumstix_machdep, that function is:
arm32_vector_init(ARM_VECTORS_LOW, ARM_VEC_ALL);

Would you tell me what's diffrenece between ARM_VECTORS_LOW and
ARM_VECTORS_HIGH? How do I know my machine use ARM_VECTORS_LOW or
ARM_VECTORS_HIGH? Thanks.

BR,
Doug.