From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <43B3B978.7020106@domain.hid> Date: Thu, 29 Dec 2005 11:24:56 +0100 From: Jan Kiszka MIME-Version: 1.0 Subject: Re: [Xenomai-core] [PATCH] ipipe-tracer-v5 References: <43B2AF57.10004@domain.hid> In-Reply-To: <43B2AF57.10004@domain.hid> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6A2F9D8FB83022B0876CAE84" Sender: jan.kiszka@domain.hid List-Id: "Xenomai life and development \(bug reports, patches, discussions\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: xenomai-core This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6A2F9D8FB83022B0876CAE84 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Jan Kiszka wrote: > ------------------------------------------------------------------------ > > --- linux-2.6.14.3/arch/i386/boot/compressed/misc.c.orig 2005-11-24 23:10:21.000000000 +0100 > +++ linux-2.6.14.3/arch/i386/boot/compressed/misc.c 2005-12-28 16:12:43.000000000 +0100 > @@ -15,6 +15,12 @@ > #include > #include > > +#ifdef CONFIG_IPIPE_TRACE > +void __attribute__ ((no_instrument_function)) mcount(void) > +{ > +} > +#endif > + > /* > * gzip declarations > */ > @@ -112,7 +118,7 @@ > #define INPLACE_MOVE_ROUTINE 0x1000 > #define LOW_BUFFER_START 0x2000 > #define LOW_BUFFER_MAX 0x90000 > -#define HEAP_SIZE 0x3000 > +#define HEAP_SIZE 0x4000 > static unsigned int low_buffer_end, low_buffer_size; > static int high_loaded =0; > static uch *high_buffer_start /* = (uch *)(((ulg)&end) + HEAP_SIZE)*/; > @@ -125,6 +131,7 @@ > static void * xquad_portio = NULL; > #endif > > +#define ZLIB_INFLATE_NO_INFLATE_LOCK > #include "../../../../lib/inflate.c" > With the recent advent of a broken-out latency trace patch for the standard kernel, it became clear what the last patched line is for: nothing in this case, it only makes sense as the full reduce-zlib-stack-hack.patch available from http://people.redhat.com/mingo/latency-tracing-patches/patches One only need this add-on patch when running the tracing kernel with 4k stacks. Philippe, I think we should not merge this particular line change. In contrast, the HEAP_SIZE change also appears in the tracer patch itself. Jan --------------enig6A2F9D8FB83022B0876CAE84 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFDs7l4niDOoMHTA+kRAhLhAJ9JAjdE+ySx0/ZVZrb2DvrfIu0SswCdHAIL QiBVMOF984cTrJX3g0DH0GY= =MO2z -----END PGP SIGNATURE----- --------------enig6A2F9D8FB83022B0876CAE84--