]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12
authorChen Gang <xili_gchen_5257@hotmail.com>
Fri, 10 Jul 2015 21:47:24 +0000 (05:47 +0800)
committerJesper Nilsson <jespern@axis.com>
Mon, 2 Nov 2015 19:03:04 +0000 (20:03 +0100)
commit8f40dcebefd4a9e8fa24d2ac5e3fd5e410eea58d
tree0a52f1e1ef792c3e1d51a7b2845e2dac296fd272
parent4d0d39758d3e10a31e7f146d56760a92396feb85
cris: arch-v10: kgdb: Use BAR instead of DTP0 for register P12

For arch-v10, there is no DTP0 register, and at present, assembler know
BAR, so use BAR instead of DTP0, the related error (with allmodconfig):

    CC      arch/cris/arch-v10/kernel/kgdb.o
  {standard input}: Assembler messages:
  {standard input}:6: Error: Illegal operands
  {standard input}:6: Error: Illegal operands

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Acked-by: Hans-Peter Nilsson <hp@axis.com>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
arch/cris/arch-v10/kernel/kgdb.c