From 1c35b31d8d35013e442da7b158bddde7283e4821 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Fri, 2 Nov 2012 14:34:03 +0400 Subject: [PATCH] parasite: Drop deprecated comment It's no longer true, we've deresigned the parasite pretty time ago. Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- parasite.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/parasite.c b/parasite.c index 10599033f..9e916dd37 100644 --- a/parasite.c +++ b/parasite.c @@ -12,25 +12,6 @@ #include -/* - * Some notes on parasite code overall. There are a few - * calling convention specfics the caller must follow - * - * - on success, 0 must be returned, anything else - * treated as error; note that if 0 returned the - * caller code should not expect anything sane in - * parasite_status_t, parasite may not touch it at - * all - * - * - every routine which takes arguments and called from - * parasite_head - * parasite_service - * must provide parasite_status_t argument either via - * plain pointer or as first member of an embedding - * structure so service routine will pass error code - * there - */ - #ifndef CONFIG_X86_64 #error non-x86-64 mode not yet implemented #endif