Re: [PATCH 0/3] Improve Decrementor Implementation v2

2009-12-22 Thread Avi Kivity
On 12/21/2009 09:21 PM, Alexander Graf wrote: We currently have an ugly hack called AGGRESSIVE_DEC that makes the Decrementor either work well for PPC32 or PPC64 targets. This patchset removes that hack, bringing the decrementor implementation closer to real hardware. Applied, thanks. --

Re: [PATCH 0/3] Improve Decrementor Implementation v2

2009-12-22 Thread Avi Kivity
On 12/21/2009 09:21 PM, Alexander Graf wrote: We currently have an ugly hack called AGGRESSIVE_DEC that makes the Decrementor either work well for PPC32 or PPC64 targets. This patchset removes that hack, bringing the decrementor implementation closer to real hardware. Applied, thanks. --

[PATCH 0/3] Improve Decrementor Implementation v2

2009-12-21 Thread Alexander Graf
We currently have an ugly hack called AGGRESSIVE_DEC that makes the Decrementor either work well for PPC32 or PPC64 targets. This patchset removes that hack, bringing the decrementor implementation closer to real hardware. V1 - V2: - make DEC clearing code on mtdec book3s specific - rename

Re: [PATCH 0/3] Improve Decrementor Implementation v2

2009-12-21 Thread Hollis Blanchard
On Mon, Dec 21, 2009 at 11:21 AM, Alexander Graf ag...@suse.de wrote: We currently have an ugly hack called AGGRESSIVE_DEC that makes the Decrementor either work well for PPC32 or PPC64 targets. This patchset removes that hack, bringing the decrementor implementation closer to real