[patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2008-02-02 Thread Mathieu Desnoyers
Immediate values provide a way to use dynamic code patching to update variables sitting within the instruction stream. It saves caches lines normally used by static read mostly variables. Enable it by default, but let users disable it through the EMBEDDED menu with the "Disable immediate values" su

[patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2007-12-05 Thread Mathieu Desnoyers
Immediate values provide a way to use dynamic code patching to update variables sitting within the instruction stream. It saves caches lines normally used by static read mostly variables. Enable it by default, but let users disable it through the EMBEDDED menu with the "Disable immediate values" su

Re: [patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2007-09-19 Thread Mathieu Desnoyers
* Randy Dunlap ([EMAIL PROTECTED]) wrote: > On Tue, 18 Sep 2007 17:07:49 -0400 Mathieu Desnoyers wrote: > > > Immediate values provide a way to use dynamic code patching to update > > variables > > sitting within the instruction stream. It saves caches lines normally used > > by > > static read

Re: [patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2007-09-18 Thread Randy Dunlap
On Tue, 18 Sep 2007 17:07:49 -0400 Mathieu Desnoyers wrote: > Immediate values provide a way to use dynamic code patching to update > variables > sitting within the instruction stream. It saves caches lines normally used by > static read mostly variables. Enable it by default, but let users disab

[patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2007-09-18 Thread Mathieu Desnoyers
Immediate values provide a way to use dynamic code patching to update variables sitting within the instruction stream. It saves caches lines normally used by static read mostly variables. Enable it by default, but let users disable it through the EMBEDDED menu with the "Disable immediate values" su

Re: [patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2007-09-17 Thread Randy Dunlap
On Mon, 17 Sep 2007 14:42:26 -0400 Mathieu Desnoyers wrote: > init/Kconfig | 21 + > 1 file changed, 21 insertions(+) > > Index: linux-2.6-lttng/init/Kconfig > === > --- linux-2.6-lttng.orig/init/Kconfig 2007-0

[patch 2/7] Immediate Values - Kconfig menu in EMBEDDED

2007-09-17 Thread Mathieu Desnoyers
Immediate values provide a way to use dynamic code patching to update variables sitting within the instruction stream. It saves caches lines normally used by static read mostly variables. Enable it by default, but let users disable it through the EMBEDDED menu with the "Disable immediate values" su