Deleted Added
full compact
hwpmc_ppc970.c (261342) hwpmc_ppc970.c (263122)
1/*-
2 * Copyright (c) 2013 Justin Hibbits
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27
28#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2013 Justin Hibbits
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 */
27
28#include <sys/cdefs.h>
29__FBSDID("$FreeBSD: head/sys/dev/hwpmc/hwpmc_ppc970.c 261342 2014-02-01 02:03:50Z jhibbits $");
29__FBSDID("$FreeBSD: stable/10/sys/dev/hwpmc/hwpmc_ppc970.c 263122 2014-03-14 00:12:53Z jhibbits $");
30
31#include <sys/param.h>
32#include <sys/pmc.h>
33#include <sys/pmckern.h>
34#include <sys/systm.h>
35
36#include <machine/pmc_mdep.h>
37#include <machine/spr.h>

--- 652 unchanged lines hidden ---
30
31#include <sys/param.h>
32#include <sys/pmc.h>
33#include <sys/pmckern.h>
34#include <sys/systm.h>
35
36#include <machine/pmc_mdep.h>
37#include <machine/spr.h>

--- 652 unchanged lines hidden ---