/* * arch/sparc/kernel/ksyms.c: Sparc specific ksyms support. * * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) * Copyright (C) 1996 Eddie C. Dost (ecd@skynet.be) */ #include <linux/module.h> #include <asm/pgtable.h> #include <asm/uaccess.h> #include <asm/delay.h> #include <asm/head.h> #include <asm/dma.h> struct poll { int fd; short events; short revents; }; /* from entry.S */ EXPORT_SYMBOL(__udelay); EXPORT_SYMBOL(__ndelay); /* from head_32.S */ EXPORT_SYMBOL(__ret_efault); EXPORT_SYMBOL(empty_zero_page); /* Exporting a symbol from /init/main.c */ EXPORT_SYMBOL(saved_command_line);Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| pre-git | pre-git | 41 | 67.21% | 5 | 45.45% |
| sam ravnborg | sam ravnborg | 7 | 11.48% | 1 | 9.09% |
| david s. miller | david s. miller | 4 | 6.56% | 1 | 9.09% |
| randy dunlap | randy dunlap | 4 | 6.56% | 1 | 9.09% |
| keith m. wesolowski | keith m. wesolowski | 2 | 3.28% | 1 | 9.09% |
| eric brower | eric brower | 2 | 3.28% | 1 | 9.09% |
| adrian bunk | adrian bunk | 1 | 1.64% | 1 | 9.09% |
| Total | 61 | 100.00% | 11 | 100.00% |