From: Ben Gras Date: Thu, 22 Sep 2005 11:41:47 +0000 (+0000) Subject: No more F9 X-Git-Tag: v3.1.0~37 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=dabaebfeb2c3bb23d34b5597d5b6473d2b9d167d;p=minix.git No more F9 --- diff --git a/servers/is/dmp.c b/servers/is/dmp.c index 7a46b4837..15d57d250 100644 --- a/servers/is/dmp.c +++ b/servers/is/dmp.c @@ -40,18 +40,6 @@ PUBLIC int do_fkey_pressed(message *m) if (pressed(F11)) timing_dmp(); if (pressed(F12)) sched_dmp(); - if (pressed(F9)) { - printf("IS server going into infinite loop... hit 5x a function key\n"); - printf("Five times a function key is fine as well ...\n"); - while(TRUE) { - if (OK == nb_receive(ANY, m)) { - if (s++ >= 5 ) break; - } - } - printf("IS server back to normal ... \n"); - return(EDONTREPLY); - } - /* Also check Shift F1-F6 keys. */ if (pressed(SF1)) mproc_dmp(); if (pressed(SF2)) sigaction_dmp();