From ceb0f6597c36fabbfcbdf0807fd87dd03a45cc5e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 17 May 2016 16:03:46 +0200 Subject: score: Remove the Giant lock Update #2555. --- cpukit/score/include/rtems/score/percpu.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit/score/include/rtems/score/percpu.h') diff --git a/cpukit/score/include/rtems/score/percpu.h b/cpukit/score/include/rtems/score/percpu.h index ea69cd6c2b..55f799ed1c 100644 --- a/cpukit/score/include/rtems/score/percpu.h +++ b/cpukit/score/include/rtems/score/percpu.h @@ -392,12 +392,6 @@ typedef struct Per_CPU_Control { SMP_lock_Stats_context Lock_stats_context; #endif - /** - * @brief Context for the Giant lock acquire and release pair of this - * processor. - */ - SMP_lock_Context Giant_lock_context; - /** * @brief Bit field for SMP messages. * -- cgit v1.2.3