Deleted Added
full compact
octeon-feature.c (232812) octeon-feature.c (242342)
1/***********************license start***************
2 * Copyright (c) 2003-2010 Cavium Inc. (support@cavium.com). All rights
3 * reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:

--- 125 unchanged lines hidden (view full) ---

134 {
135 case OCTEON_FEATURE_MAP_OVERFLOW:
136 cvmx_dprintf("feature map overflow.\n");
137 break;
138 default:
139 cvmx_dprintf("unknown error %d.\n", val);
140 break;
141 }
1/***********************license start***************
2 * Copyright (c) 2003-2010 Cavium Inc. (support@cavium.com). All rights
3 * reserved.
4 *
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met:

--- 125 unchanged lines hidden (view full) ---

134 {
135 case OCTEON_FEATURE_MAP_OVERFLOW:
136 cvmx_dprintf("feature map overflow.\n");
137 break;
138 default:
139 cvmx_dprintf("unknown error %d.\n", val);
140 break;
141 }
142#if !defined(CVMX_BUILD_FOR_LINUX_KERNEL) && !defined(__U_BOOT__) && !defined(CVMX_BUILD_FOR_TOOLCHAIN)
142#if !defined(CVMX_BUILD_FOR_LINUX_KERNEL) && !defined(__U_BOOT__) && !defined(CVMX_BUILD_FOR_TOOLCHAIN) && !defined(CVMX_BUILD_FOR_FREEBSD_KERNEL)
143 exit (1);
144#endif
145 }
146}
143 exit (1);
144#endif
145 }
146}