Skip to content

Commit

Permalink
Long overdue comments cleanup! Chapter #s, names, changed as per 2-bo…
Browse files Browse the repository at this point in the history
…ok-parts
  • Loading branch information
kaiwan committed Sep 13, 2021
1 parent 2b66d50 commit f947bc9
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 426 deletions.
370 changes: 0 additions & 370 deletions ch1/bad_miscdrv/bad_miscdrv.c.bkp

This file was deleted.

10 changes: 5 additions & 5 deletions ch4/irqsoff_latency_ftrc.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#!/bin/bash
# ch14/irqsoff_latency_ftrc.sh
# ch4/irqsoff_latency_ftrc.sh
#----------------------------------------------------------------------
# This program is part of the source code released for the book
# "Learn Linux Kernel Development"
# "Linux Kernel Programming - Part 2"
# (c) Author: Kaiwan N Billimoria
# Publisher: Packt
# GitHub repository:
# https://github.com/PacktPublishing/Learn-Linux-Kernel-Development
# https://github.com/PacktPublishing/Linux-Kernel-Programming-Part-2
#
# For details, refer the book, Ch 14.
# For details, refer the book, Ch 4.
#----------------------------------------------------------------------
# Brief Description:
# This is a simple wrapper script; we use it to gauge the maximum IRQs-off
# latency on the system. It exploits the kernel's Ftrace infrastructure.
# For details, refer the book, Ch 14 - Handling hardware interrupts, section
# For details, refer the book, Ch 4 - Handling hardware interrupts, section
# 'Finding the interrupts disabled worst-case latency with Ftrace'.
name=$(basename $(realpath $0))

Expand Down
Loading

0 comments on commit f947bc9

Please sign in to comment.