Re: kstackusage() patch request for comments



Alexander Motin <mav@xxxxxxxxxxx> writes:
The main question I have is about source files and headers I should
use for this specific purposes. Is it correct way to define function
in machine independent header, but implement it in machdep.c? Or I
should define it in machine dependent headers?

If you intend to implement the same functions on all platforms, the
prototypes should be in a machine-independent header.

DES
--
Dag-Erling Smørgrav - des@xxxxxx
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: eCryptfs Design Document
    ... not-so-trivial changes to eCryptfs that we have planned for the 0.2 ... header that indicates the page size, so that at least eCryptfs will ... That's because 4096 is, for practical purposes, the minimum Linux ... My main concern with FUSE has to do with shared memory mappings. ...
    (Linux-Kernel)
  • Re: 744 question
    ... you can transfer the files to computer and the burn dvd for fostex with out ... sd header and it would be good for all purposes ... Oleg Kaizerman Hollyland ...
    (rec.arts.movies.production.sound)
  • Re: Making a HttpHeader persist.
    ... Tim ... >> For testing and development purposes I am trying to stub out that security ... >> system by autogenerating my own matching header. ... >> isn't under that security system yet, there are no headers, and I cannot ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Changing TTL of incoming packets?
    ... Anycase you do can play with IP header for that, ... Arkady ... >> You're forwarding them on using windows api, ...
    (microsoft.public.win32.programmer.networks)
  • Re: kstackusage() patch request for comments
    ... Alexander Motin writes: ... use for this specific purposes. ... in machine independent header, ... prototypes should be in a machine-independent header. ...
    (freebsd-arch)