diff options
author | govinda <none@none> | 2006-03-14 09:14:42 -0800 |
---|---|---|
committer | govinda <none@none> | 2006-03-14 09:14:42 -0800 |
commit | 44bb982b3dceb1fe23d61ef29b896b40508e2a5a (patch) | |
tree | ffb952c9a7640499b895a88e61526dd48d573cb9 /usr/src/uts/sun4/io/px/px_ib.c | |
parent | c863ec5ced24601bff789e9045054a5b515268ac (diff) | |
download | illumos-gate-44bb982b3dceb1fe23d61ef29b896b40508e2a5a.tar.gz |
6383251 Add API versioning support to the px driver
6390373 px driver minor code cleanup
6396541 Assigned default interrupt priority must be less than LOCK LEVEL
--HG--
rename : usr/src/uts/sun4v/io/px/px_asm_4v.h => deleted_files/usr/src/uts/sun4v/io/px/px_asm_4v.h
rename : usr/src/uts/sun4v/io/px/px_asm_4v.s => usr/src/uts/sun4v/io/px/px_hcall.s
Diffstat (limited to 'usr/src/uts/sun4/io/px/px_ib.c')
-rw-r--r-- | usr/src/uts/sun4/io/px/px_ib.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/uts/sun4/io/px/px_ib.c b/usr/src/uts/sun4/io/px/px_ib.c index bb9300b04f..e995025edc 100644 --- a/usr/src/uts/sun4/io/px/px_ib.c +++ b/usr/src/uts/sun4/io/px/px_ib.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -795,7 +794,8 @@ pxtool_ib_get_ino_devs( } -void px_ib_log_new_cpu(px_ib_t *ib_p, uint32_t old_cpu_id, uint32_t new_cpu_id, +void +px_ib_log_new_cpu(px_ib_t *ib_p, uint32_t old_cpu_id, uint32_t new_cpu_id, uint32_t ino) { px_ib_ino_info_t *ino_p; |