x86: use native register access for native tlb flushing
authorChris Wright <chrisw@sous-sol.org>
Thu, 23 Apr 2009 17:21:38 +0000 (10:21 -0700)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 24 Apr 2009 03:05:03 +0000 (23:05 -0400)
currently these are paravirtulaized, doesn't appear any callers rely on
this (no pv_ops backends are using native_tlb and overriding cr3/4
access).

[ Impact: fix lockdep warning with paravirt and function tracer ]

Signed-off-by: Chris Wright <chrisw@sous-sol.org>
LKML-Reference: <20090423172138.GR3036@sequoia.sous-sol.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

No differences found