]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/mips/loongson/common/cmdline.c
MIPS: Loongson: Change the Email address of Wu Zhangjin
[mv-sheeva.git] / arch / mips / loongson / common / cmdline.c
index 7ad47f227477d6d10fdabde77b5f28d986b55784..1a06defc4f7f565fd45a0c33d8e24a17bdd22091 100644 (file)
@@ -10,7 +10,7 @@
  * Author: Fuxin Zhang, zhangfx@lemote.com
  *
  * Copyright (C) 2009 Lemote Inc.
- * Author: Wu Zhangjin, wuzj@lemote.com
+ * Author: Wu Zhangjin, wuzhangjin@gmail.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
 
 #include <loongson.h>
 
-int prom_argc;
-/* pmon passes arguments in 32bit pointers */
-int *_prom_argv;
-
 void __init prom_init_cmdline(void)
 {
+       int prom_argc;
+       /* pmon passes arguments in 32bit pointers */
+       int *_prom_argv;
        int i;
        long l;