1eb0cc229Sedp# 2eb0cc229Sedp# CDDL HEADER START 3eb0cc229Sedp# 4eb0cc229Sedp# The contents of this file are subject to the terms of the 5eb0cc229Sedp# Common Development and Distribution License (the "License"). 6eb0cc229Sedp# You may not use this file except in compliance with the License. 7eb0cc229Sedp# 8eb0cc229Sedp# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9eb0cc229Sedp# or http://www.opensolaris.org/os/licensing. 10eb0cc229Sedp# See the License for the specific language governing permissions 11eb0cc229Sedp# and limitations under the License. 12eb0cc229Sedp# 13eb0cc229Sedp# When distributing Covered Code, include this CDDL HEADER in each 14eb0cc229Sedp# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15eb0cc229Sedp# If applicable, add the following below this CDDL HEADER, with the 16eb0cc229Sedp# fields enclosed by brackets "[]" replaced with your own identifying 17eb0cc229Sedp# information: Portions Copyright [yyyy] [name of copyright owner] 18eb0cc229Sedp# 19eb0cc229Sedp# CDDL HEADER END 20eb0cc229Sedp# 21eb0cc229Sedp# 22*391647d5SJohn Levon# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 23eb0cc229Sedp# Use is subject to license terms. 24eb0cc229Sedp# 25eb0cc229Sedp 26eb0cc229Sedpinterrupt-priorities=9; 27*391647d5SJohn Levon# 28*391647d5SJohn Levon# Xen requires us to run this ISR on VCPU0, since that's where all HVM 29*391647d5SJohn Levon# event channels are bound to, and only the vcpu_info for VCPU0 gets 30*391647d5SJohn Levon# updated. This will bind us to VCPU0, as well as preventing any 31*391647d5SJohn Levon# attempt to offline the CPU. 32*391647d5SJohn Levon# 33*391647d5SJohn Levonxpv_intpt_bind_cpus=0; 34