History log of /arch/mips/mti-malta/malta-init.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b81947c646bfefdf98e2fde5d7d39cbbda8525d4 28-Mar-2012 David Howells <dhowells@redhat.com> Disintegrate asm/system.h for MIPS

Disintegrate asm/system.h for MIPS.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
cc: linux-mips@linux-mips.org
/arch/mips/mti-malta/malta-init.c
852fe3105e94ca26d1b3df7e2cb6878ebdd67608 28-May-2011 Ralf Baechle <ralf@linux-mips.org> MIPS: Malta: Fix crash in SMP kernel on non-CMP systems.

Since 6be63bbbdab66b9185dc6f67c8b1bacb6f37f946 (lmo) rsp.
af3a1f6f4813907e143f87030cde67a9971db533 (kernel.org) the Malta code does
no longer probe for presence of GCMP if CMP is not configured. This means
that the variable gcmp_present well be left at its default value of -1
which normally is meant to indicate that GCMP has not yet been mmapped.
This non-zero value is now interpreted as GCMP being present resulting
in a write attempt to a GCMP register resulting in a crash.

Reported and a build fix on top of my fix by Rob Landley <rob@landley.net>.

Reported-by: Rob Landley <rob@landley.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2413/
/arch/mips/mti-malta/malta-init.c
af3a1f6f4813907e143f87030cde67a9971db533 29-Mar-2011 Ralf Baechle <ralf@linux-mips.org> MIPS: Malta: Fix GCC 4.6.0 build error

CC arch/mips/mti-malta/malta-init.o
arch/mips/mti-malta/malta-init.c: In function 'prom_init':
arch/mips/mti-malta/malta-init.c:196:6: error: variable 'result' set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c
9b54dc5869c3989077e456c57e51810f0a1bdbcb 03-Jan-2010 Yoichi Yuasa <yuasa@linux-mips.org> MIPS: Malta, PowerTV: Remove unnecessary "Linux started"

Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/813/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c
982f6ffeeed5ef6104cfd72e517ff9e7a9270fda 17-Sep-2009 Ralf Baechle <ralf@linux-mips.org> MIPS: Remove useless zero initializations.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c
47b178bb69ea4d0043f2df509c714bc5b287f375 18-Jun-2009 Tim Anderson <tanderson@mvista.com> MIPS: CMP: Move gcmp_probe to before the SMP ops

This is to move the gcmp_probe call to before the use of and selection of
the smp_ops functions. This allows malta with 1004K to work.

Signed-off-by: Tim Anderson <tanderson@mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c
d0cdfe2423e30f552eb3c90f20fb4c36bb548650 22-Mar-2009 Dmitri Vorobiev <dmitri.vorobiev@movial.com> MIPS: Malta: make a needlessly global integer variable static

The variable `mips_revision_corid' is needlessly defined global in
arch/mips/mti-malta/malta-init.c, and this patch makes it static.

Build-tested with malta_defconfig.

Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@movial.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c
8d60a903d986ffa26c41f0092320a3b9da20bfaf 29-Jul-2008 Jason Wessel <jason.wessel@windriver.com> [MIPS] kgdb: Remove existing implementation

This patch explicitly removes the kgdb implementation, for mips which
is intended to be followed by a patch that adds a kgdb implementation
for MIPS that makes use of the kgdb core in the kernel.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c
315806cb19f9d375dccbc2d60fa14e16afdcd5ac 15-Jul-2008 Ralf Baechle <ralf@linux-mips.org> [MIPS] Malta: Cleanup organization of code into directories.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
/arch/mips/mti-malta/malta-init.c