// SPDX-License-Identifier: GPL-2.0 /* * Platform dependent support for HP simulator. * * Copyright (C) 1998, 1999, 2002 Hewlett-Packard Co * David Mosberger-Tang <davidm@hpl.hp.com> * Copyright (C) 1999 Vijay Chander <vijay@engr.sgi.com> */ #include <linux/console.h> #include <linux/init.h> #include <linux/kdev_t.h> #include <linux/kernel.h> #include <linux/major.h> #include <linux/param.h> #include <linux/root_dev.h> #include <linux/string.h> #include <linux/types.h> #include <asm/delay.h> #include <asm/irq.h> #include <asm/pal.h> #include <asm/machvec.h> #include <asm/pgtable.h> #include <asm/sal.h> #include <asm/hpsim.h> #include "hpsim_ssc.h"
void ia64_ctl_trace (long on) { ia64_ssc(on, 0, 0, 0, SSC_CTL_TRACE); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 21 | 100.00% | 1 | 100.00% |
Total | 21 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 16 | 84.21% | 1 | 33.33% |
Peter Chubb | 2 | 10.53% | 1 | 33.33% |
Al Viro | 1 | 5.26% | 1 | 33.33% |
Total | 19 | 100.00% | 3 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 73 | 78.49% | 1 | 20.00% |
David Mosberger-Tang | 11 | 11.83% | 1 | 20.00% |
Peter Chubb | 5 | 5.38% | 1 | 20.00% |
Al Viro | 3 | 3.23% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 1.08% | 1 | 20.00% |
Total | 93 | 100.00% | 5 | 100.00% |