Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [MIPS] 0 -> NULL | Yoann Padioleau | 2007-07-31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When comparing a pointer, it's clearer to compare it to NULL than to 0. Here is an excerpt of the semantic patch: @@ expression *E; @@ E == - 0 + NULL @@ expression *E; @@ E != - 0 + NULL Signed-off-by: Yoann Padioleau <padator@wanadoo.fr> Cc: ralf@linux-mips.org Cc: linux-mips@linux-mips.org Cc: akpm@linux-foundation.org Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||
* | [MIPS] Don't include obsolete <linux/config.h>. | Ralf Baechle | 2006-07-13 |
| | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> | ||
* | [MIPS] Support for the R5500-based NEC EMMA2RH Mark-eins board | dmitry pervushin | 2006-06-19 |
Signed-off-by: dmitry pervushin <dpervushin@ru.mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> |