mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Jörg Prante" <joergprante@netcologne.de>
To: margitsw@t-online.de (Margit Schubert-While)
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCHSET] 2.4.21-pre2-jp15
Date: Mon, 30 Dec 2002 22:00:37 +0100	[thread overview]
Message-ID: <200212302200.37424.joergprante@netcologne.de> (raw)
In-Reply-To: <4.3.2.7.2.20021230212528.00b5fc80@pop.t-online.de>

>          Sorry, the patch doesn't change anything.
>          I am compiling with PREEMPT off.
>          Looking at sysrq.c , I would say that a couple of
>          #ifdef's are missing. The code in the handle_preempt
>          function, I think should be ifdef'd on CONFIG_PREEMPT_LOG
>
>          Margit

Hi Margit,

you should enable preemptive kernel logging only if you selected preemptive 
kernel.

In the case of preempt logging turned off, the show_preempt_log() function 
should evaluate to an empty function

#define show_preempt_log()	do { } while(0)

as defined in <linux/sched.h>

Best regards,

Jörg


  reply	other threads:[~2002-12-30 20:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-30 18:56 Jörg Prante
2002-12-30 20:32 ` Margit Schubert-While
2002-12-30 21:00   ` Jörg Prante [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-12-31 10:58 Margit Schubert-While
2002-12-31  9:56 Margit Schubert-While
2002-12-31 12:16 ` Jörg Prante
2002-12-30 21:26 Margit Schubert-While
2002-12-30 23:08 ` Jörg Prante
2002-12-29 16:31 Margit Schubert-While
2002-12-26  0:33 Jörg Prante
2002-12-26 17:49 ` Greg KH

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212302200.37424.joergprante@netcologne.de \
    --to=joergprante@netcologne.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=margitsw@t-online.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome