Re: [PATCH 1/5] context_tracking: generalize context tracking APIs to support user and guest

2015-02-10 Thread Paul E. McKenney
On Tue, Feb 10, 2015 at 03:27:50PM -0500, r...@redhat.com wrote: > From: Rik van Riel > > Split out the mechanism from context_tracking_user_enter and > context_tracking_user_exit into context_tracking_enter and > context_tracking_exit. Leave the old functions in order to avoid > breaking ARM, wh

[PATCH 1/5] context_tracking: generalize context tracking APIs to support user and guest

2015-02-10 Thread riel
From: Rik van Riel Split out the mechanism from context_tracking_user_enter and context_tracking_user_exit into context_tracking_enter and context_tracking_exit. Leave the old functions in order to avoid breaking ARM, which calls these functions from assembler code, and cannot easily use C enum p