Hi,

Could you add a changelog (with title and patch
description) ending with a

Signed-off-by: Name Lastname <email>

at the top of each patch to follow our certificate of
origin tracking ? See
http://elinux.org/Developer_Certificate_Of_Origin

Also, there is an extra space here:

  asm volatile( "mfctl 16, %0" : "=r" (cycles));

should be changed to:

  asm volatile("mfctl 16, %0" : "=r" (cycles));

Thanks,

Mathieu

----- Original Message -----
> From: "Helge Deller" <del...@gmx.de>
> To: "Debian Bug Tracking System" <sub...@bugs.debian.org>
> Sent: Saturday, March 29, 2014 1:27:33 PM
> Subject: [lttng-dev] Bug#742979: liburcu FTBFS on hppa architecture - patches 
> attached
> 
> package: liburcu
> version: 0.7.7-1
> tags: patch
> 
> liburcu doesn't build yet on the hppa architecture, because the support for
> this architecture hasn't been developed yet.
> 
> Attached patches adds this support now.
> It would be nice if you could apply it to the next version of liburcu.
> 
> In the attached TGZ file you will find:
> - configure.ac_hppa.patch -> patch to apply to existing ./configure.ac file
> (adds just hppa arch detection)
> - urcu/arch/hppa.h  - new file, adds clock functions for hppa
> - urcu/uatomic/hppa.h - new file, adds atomic functions for hppa arch via
> gcc's built-in atomic ops.
> 
> I did tested the build with those patches on the hppa arch and ran the
> testsuite successfully.
> 
> Thanks!
> Helge
> 
> _______________________________________________
> lttng-dev mailing list
> lttng-...@lists.lttng.org
> http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
> 

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to