From d3966fdde3c786889f4efa925ea1100767726701 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Tue, 29 Dec 2020 06:38:46 +0800 Subject: [PATCH] PUB @mengxinayan https://linux.cn/article-12965-1.html --- .../20201005 How the Linux kernel handles interrupts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20201005 How the Linux kernel handles interrupts.md (99%) diff --git a/translated/tech/20201005 How the Linux kernel handles interrupts.md b/published/20201005 How the Linux kernel handles interrupts.md similarity index 99% rename from translated/tech/20201005 How the Linux kernel handles interrupts.md rename to published/20201005 How the Linux kernel handles interrupts.md index d4ea65524d..2abfe041e5 100644 --- a/translated/tech/20201005 How the Linux kernel handles interrupts.md +++ b/published/20201005 How the Linux kernel handles interrupts.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (mengxinayan) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12965-1.html) [#]: subject: (How the Linux kernel handles interrupts) [#]: via: (https://opensource.com/article/20/10/linux-kernel-interrupts) [#]: author: (Stephan Avenwedde https://opensource.com/users/hansic99)