// SPDX-License-Identifier: GPL-2.0 /* * linux/arch/parisc/kernel/pa7300lc.c * - PA7300LC-specific functions * * Copyright (C) 2000 Philipp Rumpf */ #include <linux/sched.h> #include <linux/sched/debug.h> #include <linux/smp.h> #include <linux/kernel.h> #include <asm/io.h> #include <asm/ptrace.h> #include <asm/machdep.h> /* CPU register indices */ #define MIOC_STATUS 0xf040 #define MIOC_CONTROL 0xf080 #define MDERRADD 0xf0e0 #define DMAERR 0xf0e8 #define DIOERR 0xf0ec #define HIDMAMEM 0xf0f4 /* this returns the HPA of the CPU it was called on */
static u32 cpu_hpa(void) { return 0xfffb0000; }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 89 | 100.00% | 1 | 100.00% |
Total | 89 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 11 | 100.00% | 1 | 100.00% |
Total | 11 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 148 | 92.50% | 1 | 20.00% |
Matthew Wilcox | 8 | 5.00% | 2 | 40.00% |
Ingo Molnar | 3 | 1.88% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 0.62% | 1 | 20.00% |
Total | 160 | 100.00% | 5 | 100.00% |