Clean D-cache and invalidate I-cache on mmapped code
commitddaf13a3bdf438b4777d060512f68c12167575c5
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 20 Aug 2008 12:52:54 +0000 (20 14:52 +0200)
committerGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Wed, 20 Aug 2008 13:04:12 +0000 (20 15:04 +0200)
tree3ceab69f9ed1daf9539b8dcbc6063d18b7c053c7
parent22a818d1e2850fcc2b0357a495adc7632cd86372
Clean D-cache and invalidate I-cache on mmapped code

As suggested by Haavard Skinnemoen, to guarantee correct execution of
programmatically written code, the data-cache should be cleaned and the
instruction cache should be invalidated. This affects trap handlers and
Java bytecode.
src/class.c
src/os/linux/avr32/init.c