perf_asm.S (bd3bb8c15b9a80dbddfb7905b237a4a11a4725b4) perf_asm.S (c913f94d86d75492af6222d268c53df236194afb)
1
2/* low-level asm for "intrigue" (PA8500-8700 CPU perf counters)
3 *
4 * Copyright (C) 2001 Randolph Chung <tausq at parisc-linux.org>
5 * Copyright (C) 2001 Hewlett-Packard (Grant Grundler)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

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

15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22#include <asm/assembly.h>
1
2/* low-level asm for "intrigue" (PA8500-8700 CPU perf counters)
3 *
4 * Copyright (C) 2001 Randolph Chung <tausq at parisc-linux.org>
5 * Copyright (C) 2001 Hewlett-Packard (Grant Grundler)
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by

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

15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21
22#include <asm/assembly.h>
23
24#include <linux/init.h>
23#include <linux/linkage.h>
24
25#ifdef CONFIG_64BIT
26 .level 2.0w
27#endif /* CONFIG_64BIT */
28
29#define MTDIAG_1(gr) .word 0x14201840 + gr*0x10000
30#define MTDIAG_2(gr) .word 0x14401840 + gr*0x10000

--- 1660 unchanged lines hidden ---
25#include <linux/linkage.h>
26
27#ifdef CONFIG_64BIT
28 .level 2.0w
29#endif /* CONFIG_64BIT */
30
31#define MTDIAG_1(gr) .word 0x14201840 + gr*0x10000
32#define MTDIAG_2(gr) .word 0x14401840 + gr*0x10000

--- 1660 unchanged lines hidden ---