// SPDX-License-Identifier: GPL-2.0 /* * Setup kernel for a Sun3x machine * * (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de) * * based on code from Oliver Jowett <oliver@jowett.manawatu.gen.nz> */ #include <linux/types.h> #include <linux/mm.h> #include <linux/seq_file.h> #include <linux/console.h> #include <linux/init.h> #include <asm/machdep.h> #include <asm/irq.h> #include <asm/sun3xprom.h> #include <asm/sun3ints.h> #include <asm/setup.h> #include <asm/oplib.h> #include "time.h" volatile char *clock_va; extern void sun3_get_model(char *model);
void sun3_leds(unsigned int i) { }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 5 | 62.50% | 1 | 50.00% |
Linus Torvalds | 3 | 37.50% | 1 | 50.00% |
Total | 8 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Geert Uytterhoeven | 6 | 27.27% | 1 | 25.00% |
Alexey Dobriyan | 6 | 27.27% | 1 | 25.00% |
Linus Torvalds (pre-git) | 5 | 22.73% | 1 | 25.00% |
Linus Torvalds | 5 | 22.73% | 1 | 25.00% |
Total | 22 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 34 | 56.67% | 2 | 40.00% |
Linus Torvalds | 20 | 33.33% | 1 | 20.00% |
Roman Zippel | 5 | 8.33% | 1 | 20.00% |
Stephen Warren | 1 | 1.67% | 1 | 20.00% |
Total | 60 | 100.00% | 5 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds (pre-git) | 73 | 51.05% | 2 | 25.00% |
Linus Torvalds | 36 | 25.17% | 1 | 12.50% |
Geert Uytterhoeven | 18 | 12.59% | 1 | 12.50% |
Alexey Dobriyan | 9 | 6.29% | 1 | 12.50% |
Roman Zippel | 5 | 3.50% | 1 | 12.50% |
Greg Kroah-Hartman | 1 | 0.70% | 1 | 12.50% |
Stephen Warren | 1 | 0.70% | 1 | 12.50% |
Total | 143 | 100.00% | 8 | 100.00% |