summaryrefslogtreecommitdiffstats
path: root/arch/h8300/kernel/sim-console.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the h8300 architectureChristoph Hellwig2022-02-231-31/+0
| | | | Signed-off-by: Christoph Hellwig <hch@lst.de>
* h8300: gcc-8.1 fixYoshinori Sato2018-08-221-3/+4
| | | | | | | Since gcc 8.1 does not generate an assignment statement to er 0, we had to explicitly write it. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: switch EARLYCONYoshinori Sato2016-03-241-58/+9
| | | | | | | earlyprintk is architecture specific option. earlycon is generic and small footprint. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
* h8300: miscellaneous functionsYoshinori Sato2015-06-231-0/+79
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>