Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Paul Bame <bame@puffin.external.hp.com>
To: parisc-linux@thepuffingroup.com
Subject: [parisc-linux] 64/32-bit changes coming
Date: Wed, 25 Oct 2000 16:22:02 -0600	[thread overview]
Message-ID: <200010252222.QAA10091@puffin.external.hp.com> (raw)


I'm about to make a bunch of changes in order to support 32-bit user space
(e.g., what we have now) on wide kernels, and wanted to let people know
what's happening.  My goal is to preserve all the current working 32-bit
userland and kernel code.

In round 1 I'm mostly changing data types which are shared by user space
and kernels which use some form of 'long' to use 'int' instead, since
'int' is the same size in both narrow and wide worlds but 'long' isn't.
(It's obvious that 'long' was used many places to mean 32-bit int, which
is untrue in wide mode) Even though these structs are used by glibc, they
glibc and user apps will be unaffected because the data type sizes aren't
changing.

I probably won't tackle the signal-related data types at first.  It's
possible that it will be desirable to make an incompatible change to
libc for signals but I won't do that without discussion.

Round 2 will be wide kernel changes to start turning on the 32-bit
syscall path probably with a lot of consultation with jsm.

Round 3 will be signals.

I am not addressing hpux syscall-related data types at this time.

	-P

                 reply	other threads:[~2000-10-25 22:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200010252222.QAA10091@puffin.external.hp.com \
    --to=bame@puffin.external.hp.com \
    --cc=parisc-linux@thepuffingroup.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox