From 508426562358f65c441f1130c8a1fec8a4266967 Mon Sep 17 00:00:00 2001 From: mudongliang Date: Fri, 16 Oct 2015 22:06:58 +0800 Subject: [PATCH] modify 'internals' to 'insides' --- 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 6aabf9f..2fff0d9 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-10.md b/interrupts/interrupts-10.md index 3b26ea7..1cc6224 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-2.md b/interrupts/interrupts-2.md index 335c173..025d425 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_internals.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_internals.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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-3.md b/interrupts/interrupts-3.md index 48a7013..9659aa8 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-4.md b/interrupts/interrupts-4.md index 57a9c81..e0b2ba6 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-5.md b/interrupts/interrupts-5.md index 2cfe45c..8855edb 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-6.md b/interrupts/interrupts-6.md index ea9abac..14c677e 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-7.md b/interrupts/interrupts-7.md index 43194b1..8586cbe 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-8.md b/interrupts/interrupts-8.md index 0614375..da62b3c 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-internals](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-internals).** Links -------------------------------------------------------------------------------- diff --git a/interrupts/interrupts-9.md b/interrupts/interrupts-9.md index 0671862..d613887 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-internals](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-internals).** Links --------------------------------------------------------------------------------