/* * Copyright (C) 2007 Lemote Inc. & Institute of Computing Technology * Author: Fuxin Zhang, zhangfx@lemote.com * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. */ #include <linux/export.h> #include <linux/init.h> #include <asm/wbflush.h> #include <asm/bootinfo.h> #include <loongson.h> #ifdef CONFIG_VT #include <linux/console.h> #include <linux/screen_info.h> #endif
static void wbflush_loongson(void) { asm(".set\tpush\n\t" ".set\tnoreorder\n\t" ".set mips3\n\t" "sync\n\t" "nop\n\t" ".set\tpop\n\t" ".set mips0\n\t"); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Huacai Chen | 9 | 100.00% | 1 | 100.00% |
Total | 9 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Wu Zhangjin | 56 | 74.67% | 1 | 50.00% |
Sebastian Andrzej Siewior | 19 | 25.33% | 1 | 50.00% |
Total | 75 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Wu Zhangjin | 89 | 70.08% | 1 | 16.67% |
Sebastian Andrzej Siewior | 19 | 14.96% | 1 | 16.67% |
Huacai Chen | 11 | 8.66% | 1 | 16.67% |
Paul Gortmaker | 4 | 3.15% | 1 | 16.67% |
Aaro Koskinen | 3 | 2.36% | 1 | 16.67% |
Ralf Bächle | 1 | 0.79% | 1 | 16.67% |
Total | 127 | 100.00% | 6 | 100.00% |