summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/recordclient.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-16 20:12:03 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-08-16 22:53:47 +0200
commitd3c4d48da23937e71fa5a0acebe39ed3c35d44bd (patch)
treeca53bfe601ee24ea89a6cada7a3493e97b5cd6e3 /cpukit/include/rtems/recordclient.h
parentarm/tlb: Fix the MP affinity check to invalidate ASIDs. (diff)
downloadrtems-d3c4d48da23937e71fa5a0acebe39ed3c35d44bd.tar.bz2
record: Simplify rtems_record_client_context
Diffstat (limited to 'cpukit/include/rtems/recordclient.h')
-rw-r--r--cpukit/include/rtems/recordclient.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/include/rtems/recordclient.h b/cpukit/include/rtems/recordclient.h
index 61ef96791c..f1e4fc37ee 100644
--- a/cpukit/include/rtems/recordclient.h
+++ b/cpukit/include/rtems/recordclient.h
@@ -81,9 +81,7 @@ typedef struct {
typedef struct rtems_record_client_context {
uint64_t to_bt_scaler;
rtems_record_client_per_cpu per_cpu[ RTEMS_RECORD_CLIENT_MAXIMUM_CPU_COUNT ];
- uint64_t data;
uint32_t cpu;
- uint32_t event;
uint32_t count;
union {
rtems_record_item_32 format_32;