f9f766c2f8ec2c4586f2eac83d2e01d712ea1 parent 6144a85a0e018c19bc4b24f7eb6c1f3f7431813d author Jason Wessel 1262887116 -0600 committer Jason Wessel 1262887116 -0600 blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write Blackfin needs it own arch specific probe_kernel_read() and probe_kernel_write(). This was moved out of the kgdb code and into the arch/blackfin/maccess.c, because it is a generic kernel api. The arch specific kgdb.c for blackfin was cleaned of all functions which exist in the kgdb core that do the same thing after resolving the probe_kernel_read() and probe_kernel_write(). This also eliminated the need for most of the #include's. CC: Sonic Zhang Signed-off-by: Jason Wessel Signed-off-by: Mike Frysinger 5,+x