/* * Copyright (C) 2011 Richard Weinberger <richrd@nod.at> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/kernel.h> #include <linux/console.h> #include <linux/init.h> #include <os.h>
static void early_console_write(struct console *con, const char *s, unsigned int n) { um_early_printk(s, n); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Richard Weinberger | 27 | 100.00% | 1 | 100.00% |
Total | 27 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Richard Weinberger | 19 | 59.38% | 1 | 50.00% |
Thomas Gleixner | 13 | 40.62% | 1 | 50.00% |
Total | 32 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Richard Weinberger | 92 | 85.98% | 1 | 33.33% |
Thomas Gleixner | 14 | 13.08% | 1 | 33.33% |
Al Viro | 1 | 0.93% | 1 | 33.33% |
Total | 107 | 100.00% | 3 | 100.00% |