diff options
Diffstat (limited to 'cvmx-sim-magic.h')
-rw-r--r-- | cvmx-sim-magic.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cvmx-sim-magic.h b/cvmx-sim-magic.h index 5145b641918e..5cf3978b4be0 100644 --- a/cvmx-sim-magic.h +++ b/cvmx-sim-magic.h @@ -1,5 +1,5 @@ /***********************license start*************** - * Copyright (c) 2003-2010 Cavium Networks (support@cavium.com). All rights + * Copyright (c) 2003-2010 Cavium Inc. (support@cavium.com). All rights * reserved. * * @@ -15,7 +15,7 @@ * disclaimer in the documentation and/or other materials provided * with the distribution. - * * Neither the name of Cavium Networks nor the names of + * * Neither the name of Cavium Inc. nor the names of * its contributors may be used to endorse or promote products * derived from this software without specific prior written * permission. @@ -26,7 +26,7 @@ * countries. * TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS" - * AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR + * AND WITH ALL FAULTS AND CAVIUM INC. MAKES NO PROMISES, REPRESENTATIONS OR * WARRANTIES, EITHER EXPRESS, IMPLIED, STATUTORY, OR OTHERWISE, WITH RESPECT TO * THE SOFTWARE, INCLUDING ITS CONDITION, ITS CONFORMITY TO ANY REPRESENTATION OR * DESCRIPTION, OR THE EXISTENCE OF ANY LATENT OR PATENT DEFECTS, AND CAVIUM @@ -43,7 +43,7 @@ * * This is file defines ASM primitives for sim magic functions. - * <hr>$Revision: 49448 $<hr> + * <hr>$Revision: 70030 $<hr> * * */ @@ -185,7 +185,7 @@ static inline int cvmx_sim_magic_get_iofreq(void) { CVMX_SYNC; - if (OCTEON_IS_MODEL(OCTEON_CN6XXX)) + if (OCTEON_IS_MODEL(OCTEON_CN6XXX) || OCTEON_IS_MODEL(OCTEON_CNF7XXX)) return __cvmx_sim_magic_return(SIM_MAGIC_GET_IOFREQ); else return 0; |