To map all interrupts to a single CPU I have to write to the ICDISER and ICDICER registers of the Interrupt Controller of the Cortex-A9 MPCore of the OMAP4430. Linux seems to disable non-secure-access to these registers, so I have to execute a secure monitor call to access the registers. There seems to be a "Secure Monitor API" in the kernel, but how can I use it to change the content of the registers?
Thanks,
Josef