[PATCH] s390: debug feature changes
authorMichael Holzheu <holzheu@de.ibm.com>
Sat, 3 Sep 2005 22:57:58 +0000 (15:57 -0700)
committerLinus Torvalds <torvalds@evo.osdl.org>
Mon, 5 Sep 2005 07:06:26 +0000 (00:06 -0700)
commit942eaabd5d77522223a311ed9bddaaa3cefde27d
tree2b16d5c788d79d9670b3b816851ae0c8a4ef0ef2
parentae6aa2ea8973e200cb3d0564a64a1b441d233428
[PATCH] s390: debug feature changes

debug feature changes/bug fixes:

- Use get_clock() function instead of private inline assembly.

- Use 'struct timeval' instead of 'struct timespec' for call to
  tod_to_timeval().  Now the microsecond part of the timestamp is correct
  again.

- Fix a locking problem: when creating a snapshot of the current content
  of the debug areas, lock the entire debug_info object.

Signed-off-by: Michael Holzheu <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/s390/kernel/debug.c
include/asm-s390/debug.h