[POWERPC] Make xmon_write accept a const buffer
authorIshizaki Kou <kou.ishizaki@toshiba.co.jp>
Wed, 18 Jul 2007 09:30:29 +0000 (19:30 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 22 Jul 2007 11:30:58 +0000 (21:30 +1000)
commit776568d4c93fe8def5ab4060344af554fe2b44be
treecf10358bfe61ad80f83b1eb32369ee81986a8b45
parentf8eb77d6fbdf13b94bcea48023d4e1dce4b3bffe
[POWERPC] Make xmon_write accept a const buffer

Because xmon_write doesn't change the buffer, we should add 'const'
qualifier to the argument which points it.

Signed-off-by: Kou Ishizaki <kou.ishizaki@toshiba.co.jp>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/xmon/nonstdio.h
arch/powerpc/xmon/start.c