* include/grub/mips/loongson.h (GRUB_CPU_LOONGSON_COP0_PRID): New

define.
	* grub-core/kern/mips/loongson/init.c (grub_machine_init): Check
	that PRID matches the detected subplatform and reset the subplatform
	if it doesn't.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-08-19 23:04:18 +02:00
parent 84beb0eeb9
commit 0d1fd0113b
3 changed files with 26 additions and 0 deletions

View file

@ -1,3 +1,11 @@
2011-08-19 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/mips/loongson.h (GRUB_CPU_LOONGSON_COP0_PRID): New
define.
* grub-core/kern/mips/loongson/init.c (grub_machine_init): Check
that PRID matches the detected subplatform and reset the subplatform
if it doesn't.
2011-08-19 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/misc.c (grub_vprintf): Fix a bug on malloc failure.