From ce7f4a721ae3678853b3e7fcf3d2fe53572a8d90 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Mon, 26 Oct 2015 09:28:40 +0800 Subject: [PATCH] revert internals to insides in Interrupts --- interrupts/interrupts-1.md | 2 +- interrupts/interrupts-10.md | 2 +- interrupts/interrupts-2.md | 4 ++-- interrupts/interrupts-3.md | 2 +- interrupts/interrupts-4.md | 2 +- interrupts/interrupts-5.md | 2 +- interrupts/interrupts-6.md | 2 +- interrupts/interrupts-7.md | 2 +- interrupts/interrupts-8.md | 2 +- interrupts/interrupts-9.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/interrupts/interrupts-1.md b/interrupts/interrupts-1.md index 2fff0d9..bd7beac 100644 --- a/interrupts/interrupts-1.md +++ b/interrupts/interrupts-1.md @@ -474,7 +474,7 @@ It is the end of the first part about interrupts and interrupt handling in the L If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me a PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me a PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-10.md b/interrupts/interrupts-10.md index 1cc6224..12e66e6 100644 --- a/interrupts/interrupts-10.md +++ b/interrupts/interrupts-10.md @@ -452,7 +452,7 @@ It is the end of the tenth part of the [Interrupts and Interrupt Handling](http: If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-2.md b/interrupts/interrupts-2.md index 025d425..9f58ea1 100644 --- a/interrupts/interrupts-2.md +++ b/interrupts/interrupts-2.md @@ -314,7 +314,7 @@ void trace_hardirqs_off(void) EXPORT_SYMBOL(trace_hardirqs_off); ``` -and just calls `trace_hardirqs_off_caller` function. The `trace_hardirqs_off_caller` checks the `hardirqs_enabled` filed of the current process increment the `redundant_hardirqs_off` if call of the `local_irq_disable` was redundant or the `hardirqs_off_events` if it was not. These two fields and other `lockdep` statistic related fields are defined in the [kernel/locking/lockdep_insides.h](https://github.com/torvalds/linux/blob/master/kernel/locking/lockdep_internals.h) and located in the `lockdep_stats` structure: +and just calls `trace_hardirqs_off_caller` function. The `trace_hardirqs_off_caller` checks the `hardirqs_enabled` filed of the current process increment the `redundant_hardirqs_off` if call of the `local_irq_disable` was redundant or the `hardirqs_off_events` if it was not. These two fields and other `lockdep` statistic related fields are defined in the [kernel/locking/lockdep_insides.h](https://github.com/torvalds/linux/blob/master/kernel/locking/lockdep_insides.h) and located in the `lockdep_stats` structure: ```C struct lockdep_stats { @@ -521,7 +521,7 @@ It is the end of the second part about interrupts and interrupt handling in the If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-3.md b/interrupts/interrupts-3.md index 9659aa8..afde576 100644 --- a/interrupts/interrupts-3.md +++ b/interrupts/interrupts-3.md @@ -447,7 +447,7 @@ It is the end of the third part about interrupts and interrupt handling in the L If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-4.md b/interrupts/interrupts-4.md index e0b2ba6..4cf5376 100644 --- a/interrupts/interrupts-4.md +++ b/interrupts/interrupts-4.md @@ -432,7 +432,7 @@ It is the end of the fourth part about interrupts and interrupt handling in the If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-5.md b/interrupts/interrupts-5.md index bfdd165..cff972e 100644 --- a/interrupts/interrupts-5.md +++ b/interrupts/interrupts-5.md @@ -467,7 +467,7 @@ It is the end of the fifth part of the [Interrupts and Interrupt Handling](http: If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-6.md b/interrupts/interrupts-6.md index 14c677e..e83845c 100644 --- a/interrupts/interrupts-6.md +++ b/interrupts/interrupts-6.md @@ -450,7 +450,7 @@ It is the end of the sixth part of the [Interrupts and Interrupt Handling](http: If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-7.md b/interrupts/interrupts-7.md index 8586cbe..528bf9f 100644 --- a/interrupts/interrupts-7.md +++ b/interrupts/interrupts-7.md @@ -438,7 +438,7 @@ It is the end of the seventh part of the [Interrupts and Interrupt Handling](htt If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-8.md b/interrupts/interrupts-8.md index da62b3c..5a2151d 100644 --- a/interrupts/interrupts-8.md +++ b/interrupts/interrupts-8.md @@ -515,7 +515,7 @@ In the next part we will continue to learn interrupts handling related stuff and If you will have any questions or suggestions write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you will find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-9.md b/interrupts/interrupts-9.md index 741b59b..a1afe6c 100644 --- a/interrupts/interrupts-9.md +++ b/interrupts/interrupts-9.md @@ -501,7 +501,7 @@ The next part will be last part of the `Interrupts and Interrupt Handling` chapt If you have any questions or suggestions, write me a comment or ping me at [twitter](https://twitter.com/0xAX). -**Please note that English is not my first language, And I am really sorry for any inconvenience. If you find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-internals).** +**Please note that English is not my first language, And I am really sorry for any inconvenience. If you find any mistakes please send me PR to [linux-insides](https://github.com/0xAX/linux-insides).** Links --------------------------------------------------------------------------------