All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: sparclinux@vger.kernel.org
Subject: Re: Fwd: Time to let sun4m + sun4d RIP?
Date: Sat, 19 Apr 2014 18:17:03 +0000	[thread overview]
Message-ID: <20140419181703.GA15050@ravnborg.org> (raw)
In-Reply-To: <CALMQjD96AqwOpiSifwBCG_S_kU_yANh1Ja2W2XAG2d6jW6dgBA@mail.gmail.com>

> 
> Is there currently some technical difficulties that prevents us for
> keeping the status quo? Or
> is this just a suggestion for the sake of suggestions ?

sun4m + sun4d is a significant part of the sparc32 architecture.
Some quick hacking revealed the following numbers:
> 16 files changed, 28 insertions(+), 2958 deletions(-)

There are more to come after if we go this route.

The stuff I have on the todo list for sparc32 are (in no particular order):
- Fix to we map memory correct durign startup.
  We need to find a way so we map memory such that we
  do not hit the current limitation where things goes wrong
  after the kernel becomes slightly too big.
- introduce memblock (i have something halfway done, but it fails due to the
  memory mapping problem. And it did not support highmem)
- use proper of_ function for floppy
- analyze what can be shared with sparc64, there seems to be more
  shareable code than what we have today. Especially during startup.
- cpu_data.counter is used to display number of NMI interrupts in arch_show_interrupt
  - this is plain wrong. We do not have any NMI counter on sparc32
- make more sparc drivers buildable on x86 - to get better build coverage
- address some of the sparse generated warnings - try to get down to 100 for arch/sparc/
- get qemu running to ease testing (not kernel related)

And there are probarly more when I start surfing the code again.

The above becomes easier when there are less code to
understand, change and eventuelly test.

	Sam

  reply	other threads:[~2014-04-19 18:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-19 16:55 Fwd: Time to let sun4m + sun4d RIP? Kjetil Oftedal
2014-04-19 18:17 ` Sam Ravnborg [this message]
2014-04-19 18:20 ` Sam Ravnborg

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=20140419181703.GA15050@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=sparclinux@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.