bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 01/66] kern/machine.c: remove __volatile__


From: Marin Ramesa
Subject: [PATCH 01/66] kern/machine.c: remove __volatile__
Date: Thu, 5 Dec 2013 22:02:55 +0100

Shutdown can be optimised. Remove __volatile__.

* kern/machine.c [__GNUC__] (processor_doshutdown): Remove volatile function 
qualifier.

---
 kern/machine.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/kern/machine.c b/kern/machine.c
index 3dadeb5..8a33327 100644
--- a/kern/machine.c
+++ b/kern/machine.c
@@ -623,9 +623,6 @@ Restart_pset:
  *     running on the processor's shutdown stack.
  */
 
-#ifdef __GNUC__
-__volatile__
-#endif
 void processor_doshutdown(processor)
 processor_t    processor;
 {
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]