From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <17561.56593.481580.556093@cargo.ozlabs.ibm.com> Date: Thu, 22 Jun 2006 09:58:09 +1000 From: Paul Mackerras To: Jimi Xenidis Subject: Re: [PATCH] Don't access HID registers if running on a Hypervisor. In-Reply-To: References: Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jimi Xenidis writes: > The following patch avoids accessing Hypervisor privilege HID > registers when running on a Hypervisor (MSR[HV]=0). Why? Aren't the writes defined to be no-ops when not in hypervisor mode? Paul.